home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / doc / tex / texinfo.tex (.txt) < prev    next >
LaTeX Document  |  1993-03-11  |  127KB  |  3,093 lines

  1. %% TeX macros to handle texinfo files
  2. %   Copyright (C) 1985, 86, 88, 90, 91, 92, 1993 Free Software Foundation, Inc.
  3. %This texinfo.tex file is free software; you can redistribute it and/or
  4. %modify it under the terms of the GNU General Public License as
  5. %published by the Free Software Foundation; either version 2, or (at
  6. %your option) any later version.
  7. %This texinfo.tex file is distributed in the hope that it will be
  8. %useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  9. %of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  10. %General Public License for more details.
  11. %You should have received a copy of the GNU General Public License
  12. %along with this texinfo.tex file; see the file COPYING.  If not, write
  13. %to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
  14. %USA.
  15. %In other words, you are welcome to use, share and improve this program.
  16. %You are forbidden to forbid anyone else to use, share and improve
  17. %what you give them.   Help stamp out software-hoarding!
  18. \def\texinfoversion{2.100}
  19. \message{Loading texinfo package [Version \texinfoversion]:}
  20. \message{}
  21. % Print the version number if in a .fmt file.
  22. \everyjob{\message{[Texinfo version \texinfoversion]}\message{}}
  23. % Save some parts of plain tex whose names we will redefine.
  24. \let\ptexlbrace=\{
  25. \let\ptexrbrace=\}
  26. \let\ptexdots=\dots
  27. \let\ptexdot=\.
  28. \let\ptexstar=\*
  29. \let\ptexend=\end
  30. \let\ptexbullet=\bullet
  31. \let\ptexb=\b
  32. \let\ptexc=\c
  33. \let\ptexi=\i
  34. \let\ptext=\t
  35. \let\ptexl=\l
  36. \let\ptexL=\L
  37. \def\tie{\penalty 10000\ }     % Save plain tex definition of ~.
  38. \message{Basics,}
  39. \chardef\other=12
  40. % If this character appears in an error message or help string, it
  41. % starts a new line in the output.
  42. \newlinechar = `^^J
  43. % Ignore a token.
  44. \def\gobble#1{}
  45. \hyphenation{ap-pen-dix}
  46. \hyphenation{mini-buf-fer mini-buf-fers}
  47. \hyphenation{eshell}
  48. % Margin to add to right of even pages, to left of odd pages.
  49. \newdimen \bindingoffset  \bindingoffset=0pt
  50. \newdimen \normaloffset   \normaloffset=\hoffset
  51. \newdimen\pagewidth \newdimen\pageheight
  52. \pagewidth=\hsize \pageheight=\vsize
  53. % Sometimes it is convenient to have everything in the transcript file
  54. % and nothing on the terminal.  We don't just call \tracingall here,
  55. % since that produces some useless output on the terminal.
  56. \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
  57. \def\loggingall{\tracingcommands2 \tracingstats2 
  58.    \tracingpages1 \tracingoutput1 \tracinglostchars1 
  59.    \tracingmacros2 \tracingparagraphs1 \tracingrestores1 
  60.    \showboxbreadth\maxdimen\showboxdepth\maxdimen
  61. %---------------------Begin change-----------------------
  62. %%%% For @cropmarks command.
  63. % Dimensions to add cropmarks at corners Added by P. A. MacKay, 12 Nov. 1986
  64. \newdimen\cornerlong \newdimen\cornerthick
  65. \newdimen \topandbottommargin
  66. \newdimen \outerhsize \newdimen \outervsize
  67. \cornerlong=1pc\cornerthick=.3pt    % These set size of cropmarks
  68. \outerhsize=7in
  69. %\outervsize=9.5in
  70. % Alternative @smallbook page size is 9.25in
  71. \outervsize=9.25in
  72. \topandbottommargin=.75in
  73. %---------------------End change-----------------------
  74. % \onepageout takes a vbox as an argument.  Note that \pagecontents
  75. % does insertions itself, but you have to call it yourself.
  76. \chardef\PAGE=255  \output={\onepageout{\pagecontents\PAGE}}
  77. \def\onepageout#1{\hoffset=\normaloffset
  78. \ifodd\pageno  \advance\hoffset by \bindingoffset
  79. \else \advance\hoffset by -\bindingoffset\fi
  80. {\escapechar=`\\\relax % makes sure backslash is used in output files.
  81. \shipout\vbox{{\let\hsize=\pagewidth \makeheadline} \pagebody{#1}%
  82. {\let\hsize=\pagewidth \makefootline}}}%
  83. \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi}
  84. %%%% For @cropmarks command %%%%
  85. % Here is a modification of the main output routine for Near East Publications
  86. % This provides right-angle cropmarks at all four corners.
  87. % The contents of the page are centerlined into the cropmarks,
  88. % and any desired binding offset is added as an \hskip on either
  89. % site of the centerlined box.  (P. A. MacKay, 12 November, 1986)
  90. \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up
  91. {\escapechar=`\\\relax % makes sure backslash is used in output files.
  92.          \shipout
  93.          \vbox to \outervsize{\hsize=\outerhsize
  94.                  \vbox{\line{\ewtop\hfill\ewtop}}
  95.                  \nointerlineskip
  96.                  \line{\vbox{\moveleft\cornerthick\nstop}
  97.                        \hfill
  98.                        \vbox{\moveright\cornerthick\nstop}}
  99.                  \vskip \topandbottommargin
  100.                  \centerline{\ifodd\pageno\hskip\bindingoffset\fi
  101.             \vbox{
  102.             {\let\hsize=\pagewidth \makeheadline}
  103.             \pagebody{#1}
  104.             {\let\hsize=\pagewidth \makefootline}}
  105.             \ifodd\pageno\else\hskip\bindingoffset\fi}
  106.          \vskip \topandbottommargin plus1fill minus1fill
  107.                  \boxmaxdepth\cornerthick
  108.                  \line{\vbox{\moveleft\cornerthick\nsbot}
  109.                        \hfill
  110.                        \vbox{\moveright\cornerthick\nsbot}}
  111.                  \nointerlineskip
  112.                  \vbox{\line{\ewbot\hfill\ewbot}}
  113.   \advancepageno 
  114.   \ifnum\outputpenalty>-20000 \else\dosupereject\fi}
  115. % Do @cropmarks to get crop marks
  116. \def\cropmarks{\let\onepageout=\croppageout }
  117. \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
  118. {\catcode`\@ =11
  119. \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
  120. \dimen@=\dp#1 \unvbox#1
  121. \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
  122. \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  123. % Here are the rules for the cropmarks.  Note that they are
  124. % offset so that the space between them is truly \outerhsize or \outervsize
  125. % (P. A. MacKay, 12 November, 1986)
  126. \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
  127. \def\nstop{\vbox
  128.   {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
  129. \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
  130. \def\nsbot{\vbox
  131.   {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
  132. % Parse an argument, then pass it to #1.  The argument is the rest of
  133. % the input line (except we remove a trailing comment).  #1 should be a
  134. % macro which expects an ordinary undelimited TeX argument.
  135. \def\parsearg#1{%
  136.   \let\next = #1%
  137.   \begingroup
  138.     \obeylines
  139.     \futurelet\temp\parseargx
  140. % If the next token is an obeyed space (from an @example environment or
  141. % the like), remove it and recurse.  Otherwise, we're done.
  142. \def\parseargx{%
  143.   \ifx\obeyedspace\temp
  144.     \expandafter\parseargdiscardspace
  145.   \else
  146.     \expandafter\parseargline
  147.   \fi
  148. % Remove a single space (as the delimiter token to the macro call).
  149. {\obeyspaces %
  150.  \gdef\parseargdiscardspace {\futurelet\temp\parseargx}}
  151. \def\obeyedspace{\ }
  152. {\obeylines %
  153.   \gdef\parseargline#1^^M{%
  154.     \endgroup % End of the group started in \parsearg.
  155.     %
  156.     % First remove any @c comment, then any @comment.
  157.     % Result of each macro is put in \toks0.
  158.     \argremovec #1\c\relax %
  159.     \expandafter\argremovecomment \the\toks0 \comment\relax %
  160.     %
  161.     % Call the caller's macro, saved as \next in \parsearg.
  162.     \expandafter\next\expandafter{\the\toks0}%
  163. % Since all \c{,omment} does is throw away the argument, we can let TeX
  164. % do that for us.  The \relax here is matched by the \relax in the call
  165. % in \parseargline; it could be more or less anything, its purpose is
  166. % just to delimit the argument to the \c.
  167. \def\argremovec#1\c#2\relax{\toks0 = {#1}}
  168. \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
  169. % \argremovec{,omment} might leave us with trailing spaces, though; e.g.,
  170. %    @end itemize  @c foo
  171. % will have two active spaces as part of the argument with the
  172. % `itemize'.  Here we remove all active spaces from #1, and assign the
  173. % result to \toks0.
  174. % This loses if there are any *other* active characters besides spaces
  175. % in the argument -- _ ^ +, for example -- since they get expanded.
  176. % Fortunately, Texinfo does not define any such commands.  (If it ever
  177. % does, the catcode of the characters in questionwill have to be changed
  178. % here.)  But this means we cannot call \removeactivespaces as part of
  179. % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
  180. % that \parsearg gets might well have any character at all in it.
  181. \def\removeactivespaces#1{%
  182.   \begingroup
  183.     \ignoreactivespaces
  184.     \edef\temp{#1}%
  185.     \global\toks0 = \expandafter{\temp}%
  186.   \endgroup
  187. % Change the active space to expand to nothing.
  188. \begingroup
  189.   \obeyspaces
  190.   \gdef\ignoreactivespaces{\obeyspaces\let =\empty}
  191. \endgroup
  192. \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
  193. %% These are used to keep @begin/@end levels from running away
  194. %% Call \inENV within environments (after a \begingroup)
  195. \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
  196. \def\ENVcheck{%
  197. \ifENV\errmessage{Still within an environment.  Type Return to continue.}
  198. \endgroup\fi} % This is not perfect, but it should reduce lossage
  199. % @begin foo  is the same as @foo, for now.
  200. \newhelp\EMsimple{Type <Return> to continue.}
  201. \outer\def\begin{\parsearg\beginxxx}
  202. \def\beginxxx #1{%
  203. \expandafter\ifx\csname #1\endcsname\relax
  204. {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
  205. \csname #1\endcsname\fi}
  206. % @end foo executes the definition of \Efoo.
  207. \def\end{\parsearg\endxxx}
  208. \def\endxxx #1{%
  209.   \removeactivespaces{#1}%
  210.   \edef\endthing{\the\toks0}%
  211.   \expandafter\ifx\csname E\endthing\endcsname\relax
  212.     \expandafter\ifx\csname \endthing\endcsname\relax
  213.       % There's no \foo, i.e., no ``environment'' foo.
  214.       \errhelp = \EMsimple
  215.       \errmessage{Undefined command `@end \endthing'}%
  216.     \else
  217.       \unmatchedenderror\endthing
  218.     \fi
  219.   \else
  220.     % Everything's ok; the right environment has been started.
  221.     \csname E\endthing\endcsname
  222.   \fi
  223. % There is an environment #1, but it hasn't been started.  Give an error.
  224. \def\unmatchedenderror#1{%
  225.   \errhelp = \EMsimple
  226.   \errmessage{This `@end #1' doesn't have a matching `@#1'}%
  227. % Define the control sequence \E#1 to give an unmatched @end error.
  228. \def\defineunmatchedend#1{%
  229.   \expandafter\def\csname E#1\endcsname{\unmatchedenderror{#1}}%
  230. % Single-spacing is done by various environments.
  231. \newskip\singlespaceskip \singlespaceskip = \baselineskip
  232. \def\singlespace{%
  233. {\advance \baselineskip by -\singlespaceskip
  234. \kern \baselineskip}%
  235. \baselineskip=\singlespaceskip
  236. %% Simple single-character @ commands
  237. % @@ prints an @
  238. % Kludge this until the fonts are right (grr).
  239. \def\@{{\tt \char '100}}
  240. % This is turned off because it was never documented
  241. % and you can use @w{...} around a quote to suppress ligatures.
  242. %% Define @` and @' to be the same as ` and '
  243. %% but suppressing ligatures.
  244. %\def\`{{`}}
  245. %\def\'{{'}}
  246. % Used to generate quoted braces.
  247. \def\mylbrace {{\tt \char '173}}
  248. \def\myrbrace {{\tt \char '175}}
  249. \let\{=\mylbrace
  250. \let\}=\myrbrace
  251. % @: forces normal size whitespace following.
  252. \def\:{\spacefactor=1000 }
  253. % @* forces a line break.
  254. \def\*{\hfil\break\hbox{}\ignorespaces}
  255. % @. is an end-of-sentence period.
  256. \def\.{.\spacefactor=3000 }
  257. % @w prevents a word break.  Without the \leavevmode, @w at the
  258. % beginning of a paragraph, when TeX is still in vertical mode, would
  259. % produce a whole line of output instead of starting the paragraph.
  260. \def\w#1{\leavevmode\hbox{#1}}
  261. % @group ... @end group forces ... to be all on one page, by enclosing
  262. % it in a TeX vbox.  We use \vtop instead of \vbox to construct the box
  263. % to keep its height that of a normal line.  According to the rules for
  264. % \topskip (p.114 of the TeXbook), the glue inserted is
  265. % max (\topskip - \ht (first item), 0).  If that height is large,
  266. % therefore, no glue is inserted, and the space between the headline and
  267. % the text is small, which looks bad.
  268. \def\group{\begingroup
  269.   \ifnum\catcode13=\active \else
  270.     \errhelp = \groupinvalidhelp
  271.     \errmessage{@group invalid in context where filling is enabled}%
  272.   \fi
  273.   % The \vtop we start below produces a box with large depth; thus, TeX
  274.   % puts \baselineskip glue before it, and (when the next line of text
  275.   % is done) \lineskip glue after it.  (See p.82 of the TeXbook.)  But
  276.   % the next line of text also gets us \parskip glue.  Final result:
  277.   % space below is slightly more than space above.
  278.   \def\Egroup{%
  279.     \egroup           % End the \vtop.
  280.     \endgroup         % End the \group.
  281.   \vtop\bgroup
  282.     % We do @comment here in case we are called inside an environment,
  283.     % such as @example, where each end-of-line in the input causes an
  284.     % end-of-line in the output.  We don't want the end-of-line after
  285.     % the `@group' to put extra space in the output.  Since @group
  286.     % should appear on a line by itself (according to the Texinfo
  287.     % manual), we don't worry about eating any user text.
  288.     \comment
  289. % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
  290. % message, so this ends up printing `@group can only ...'.
  291. \newhelp\groupinvalidhelp{%
  292. group can only be used in environments such as @example,^^J%
  293. where each line of input produces a line of output.}
  294. % @need space-in-mils
  295. % forces a page break if there is not space-in-mils remaining.
  296. \newdimen\mil  \mil=0.001in
  297. \def\need{\parsearg\needx}
  298. % Old definition--didn't work.
  299. %\def\needx #1{\par %
  300. %% This method tries to make TeX break the page naturally
  301. %% if the depth of the box does not fit.
  302. %{\baselineskip=0pt%
  303. %\vtop to #1\mil{\vfil}\kern -#1\mil\penalty 10000
  304. %\prevdepth=-1000pt
  305. \def\needx#1{%
  306.   % Go into vertical mode, so we don't make a big box in the middle of a
  307.   % paragraph.
  308.   \par
  309.   % Don't add any leading before our big empty box, but allow a page
  310.   % break, since the best break might be right here.
  311.   \allowbreak
  312.   \nointerlineskip
  313.   \vtop to #1\mil{\vfil}%
  314.   % TeX does not even consider page breaks if a penalty added to the
  315.   % main vertical list is 10000 or more.  But in order to see if the
  316.   % empty box we just added fits on the page, we must make it consider
  317.   % page breaks.  On the other hand, we don't want to actually break the
  318.   % page after the empty box.  So we use a penalty of 9999.
  319.   % There is an extremely small chance that TeX will actually break the
  320.   % page at this \penalty, if there are no other feasible breakpoints in
  321.   % sight.  (If the user is using lots of big @group commands, which
  322.   % almost-but-not-quite fill up a page, TeX will have a hard time doing
  323.   % good page breaking, for example.)  However, I could not construct an
  324.   % example where a page broke at this \penalty; if it happens in a real
  325.   % document, then we can reconsider our strategy.
  326.   \penalty9999
  327.   % Back up by the size of the box, whether we did a page break or not.
  328.   \kern -#1\mil
  329.   % Do not allow a page break right after this kern.
  330.   \nobreak
  331. % @br   forces paragraph break
  332. \let\br = \par
  333. % @dots{}  output some dots
  334. \def\dots{$\ldots$}
  335. % @page    forces the start of a new page
  336. \def\page{\par\vfill\supereject}
  337. % @exdent text....
  338. % outputs text on separate line in roman font, starting at standard page margin
  339. % This records the amount of indent in the innermost environment.
  340. % That's how much \exdent should take out.
  341. \newskip\exdentamount
  342. % This defn is used inside fill environments such as @defun.
  343. \def\exdent{\parsearg\exdentyyy}
  344. \def\exdentyyy #1{{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}}
  345. % This defn is used inside nofill environments such as @example.
  346. \def\nofillexdent{\parsearg\nofillexdentyyy}
  347. \def\nofillexdentyyy #1{{\advance \leftskip by -\exdentamount
  348. \leftline{\hskip\leftskip{\rm#1}}}}
  349. %\hbox{{\rm#1}}\hfil\break}}
  350. % @include file    insert text of that file as input.
  351. \def\include{\parsearg\includezzz}
  352. \def\includezzz #1{\def\thisfile{#1}\input #1
  353. \def\thisfile{}}
  354. \def\thisfile{}
  355. % @center line   outputs that line, centered
  356. \def\center{\parsearg\centerzzz}
  357. \def\centerzzz #1{{\advance\hsize by -\leftskip
  358. \advance\hsize by -\rightskip
  359. \centerline{#1}}}
  360. % @sp n   outputs n lines of vertical space
  361. \def\sp{\parsearg\spxxx}
  362. \def\spxxx #1{\par \vskip #1\baselineskip}
  363. % @comment ...line which is ignored...
  364. % @c is the same as @comment
  365. % @ignore ... @end ignore  is another way to write a comment
  366. \def\comment{\catcode 64=\other \catcode 123=\other \catcode 125=\other%
  367. \parsearg \commentxxx}
  368. \def\commentxxx #1{\catcode 64=0 \catcode 123=1 \catcode 125=2 }
  369. \let\c=\comment
  370. % Prevent errors for section commands.
  371. % Used in @ignore and in failing conditionals.
  372. \def\ignoresections{%
  373. \let\chapter=\relax
  374. \let\unnumbered=\relax
  375. \let\top=\relax
  376. \let\unnumberedsec=\relax
  377. \let\unnumberedsection=\relax
  378. \let\unnumberedsubsec=\relax
  379. \let\unnumberedsubsection=\relax
  380. \let\unnumberedsubsubsec=\relax
  381. \let\unnumberedsubsubsection=\relax
  382. \let\section=\relax
  383. \let\subsec=\relax
  384. \let\subsubsec=\relax
  385. \let\subsection=\relax
  386. \let\subsubsection=\relax
  387. \let\appendix=\relax
  388. \let\appendixsec=\relax
  389. \let\appendixsection=\relax
  390. \let\appendixsubsec=\relax
  391. \let\appendixsubsection=\relax
  392. \let\appendixsubsubsec=\relax
  393. \let\appendixsubsubsection=\relax
  394. \let\contents=\relax
  395. \let\smallbook=\relax
  396. \let\titlepage=\relax
  397. % Used in nested conditionals, where we have to parse the Texinfo source
  398. % and so want to turn off most commands, in case they are used
  399. % incorrectly.  
  400. \def\ignoremorecommands{%
  401.   \let\defcv = \relax
  402.   \let\deffn = \relax
  403.   \let\deffnx = \relax
  404.   \let\defindex = \relax
  405.   \let\defivar = \relax
  406.   \let\defmac = \relax
  407.   \let\defmethod = \relax
  408.   \let\defop = \relax
  409.   \let\defopt = \relax
  410.   \let\defspec = \relax
  411.   \let\deftp = \relax
  412.   \let\deftypefn = \relax
  413.   \let\deftypefun = \relax
  414.   \let\deftypevar = \relax
  415.   \let\deftypevr = \relax
  416.   \let\defun = \relax
  417.   \let\defvar = \relax
  418.   \let\defvr = \relax
  419.   \let\ref = \relax
  420.   \let\xref = \relax
  421.   \let\pxref = \relax
  422.   \let\settitle = \relax
  423.   \let\include = \relax
  424. % Ignore @ignore ... @end ignore.
  425. \def\ignore{\doignore{ignore}}
  426. % Also ignore @ifinfo, @menu, and @direntry text.
  427. \def\ifinfo{\doignore{ifinfo}}
  428. \def\menu{\doignore{menu}}
  429. \def\direntry{\doignore{direntry}}
  430. % Ignore text until a line `@end #1'.
  431. \def\doignore#1{\begingroup
  432.   % Don't complain about control sequences we have declared \outer.
  433.   \ignoresections
  434.   % Define a command to swallow text until we reach `@end #1'.
  435.   \long\def\doignoretext##1\end #1{\enddoignore}%
  436.   % Make sure that spaces turn into tokens that match what \doignoretext wants.
  437.   \catcode32 = 10
  438.   % And now expand that command.
  439.   \doignoretext
  440. % What we do to finish off ignored text.
  441. \def\enddoignore{\endgroup\ignorespaces}%
  442. \newif\ifwarnedobs\warnedobsfalse
  443. \def\obstexwarn{%
  444.   \ifwarnedobs\relax\else
  445.   % We need to warn folks that they may have trouble with TeX 3.0.
  446.   % This uses \immediate\write16 rather than \message to get newlines.
  447.     \immediate\write16{}
  448.     \immediate\write16{***WARNING*** for users of Unix TeX 3.0!}
  449.     \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
  450.     \immediate\write16{If you are running another version of TeX, relax.}
  451.     \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
  452.     \immediate\write16{  Then upgrade your TeX installation if you can.}
  453.     \immediate\write16{If you are stuck with version 3.0, run the}
  454.     \immediate\write16{  script ``tex3patch'' from the Texinfo distribution}
  455.     \immediate\write16{  to use a workaround.}
  456.     \immediate\write16{}
  457.     \warnedobstrue
  458.     \fi
  459. % **In TeX 3.0, setting text in \nullfont hangs tex.  For a
  460. % workaround (which requires the file ``dummy.tfm'' to be installed),
  461. % uncomment the following line:
  462. \font\nullfont=dummy\let\obstexwarn=\relax
  463. % Ignore text, except that we keep track of conditional commands for
  464. % purposes of nesting, up to an `@end #1' command.
  465. \def\nestedignore#1{%
  466.   \obstexwarn
  467.   % We must actually expand the ignored text to look for the @end
  468.   % command, so that nested ignore constructs work.  Thus, we put the
  469.   % text into a \vbox and then do nothing with the result.  To minimize
  470.   % the change of memory overflow, we follow the approach outlined on
  471.   % page 401 of the TeXbook: make the current font be a dummy font.
  472.   \setbox0 = \vbox\bgroup
  473.     % Don't complain about control sequences we have declared \outer.
  474.     \ignoresections
  475.     %
  476.     % Define `@end #1' to end the box, which will in turn undefine the
  477.     % @end command again.
  478.     \expandafter\def\csname E#1\endcsname{\egroup\ignorespaces}%
  479.     %
  480.     % We are going to be parsing Texinfo commands.  Most cause no
  481.     % trouble when they are used incorrectly, but some commands do
  482.     % complicated argument parsing or otherwise get confused, so we
  483.     % undefine them.
  484.     %
  485.     % We can't do anything about stray @-signs, unfortunately;
  486.     % they'll produce `undefined control sequence' errors.
  487.     \ignoremorecommands
  488.     % 
  489.     % Set the current font to be \nullfont, a TeX primitive, and define
  490.     % all the font commands to also use \nullfont.  We don't use
  491.     % dummy.tfm, as suggested in the TeXbook, because not all sites
  492.     % might have that installed.  Therefore, math mode will still
  493.     % produce output, but that should be an extremely small amount of
  494.     % stuff compared to the main input.
  495.     %
  496.     \nullfont
  497.     \let\tenrm = \nullfont  \let\tenit = \nullfont  \let\tensl = \nullfont
  498.     \let\tenbf = \nullfont  \let\tentt = \nullfont  \let\smallcaps = \nullfont
  499.     \let\tensf = \nullfont
  500.     %
  501.     % Don't complain when characters are missing from the fonts.
  502.     \tracinglostchars = 0
  503.     %
  504.     % Don't bother to do space factor calculations.
  505.     \frenchspacing
  506.     %
  507.     % Don't report underfull hboxes.
  508.     \hbadness = 10000
  509.     %
  510.     % Do minimal line-breaking.
  511.     \pretolerance = 10000
  512.     %
  513.     % Do not execute instructions in @tex
  514.     \def\tex{\doignore{tex}}
  515. % @set VAR sets the variable VAR to an empty value.
  516. % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
  517. % Since we want to separate VAR from REST-OF-LINE (which might be
  518. % empty), we can't just use \parsearg; we have to insert a space of our
  519. % own to delimit the rest of the line, and then take it out again if we
  520. % didn't need it.
  521. \def\set{\parsearg\setxxx}
  522. \def\setxxx#1{\setyyy#1 \endsetyyy}
  523. \def\setyyy#1 #2\endsetyyy{%
  524.   \def\temp{#2}%
  525.   \ifx\temp\empty \global\expandafter\let\csname SET#1\endcsname = \empty
  526.   \else \setzzz{#1}#2\endsetzzz % Remove the trailing space \setxxx inserted.
  527.   \fi
  528. \def\setzzz#1#2 \endsetzzz{\expandafter\xdef\csname SET#1\endcsname{#2}}
  529. % @clear VAR clears (i.e., unsets) the variable VAR.
  530. \def\clear{\parsearg\clearxxx}
  531. \def\clearxxx#1{\global\expandafter\let\csname SET#1\endcsname=\relax}
  532. % @value{foo} gets the text saved in variable foo.
  533. \def\value#1{\expandafter
  534.         \ifx\csname SET#1\endcsname\relax
  535.             {\{No value for ``#1''\}}
  536.         \else \csname SET#1\endcsname \fi}
  537. % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
  538. % with @set.
  539. \def\ifset{\parsearg\ifsetxxx}
  540. \def\ifsetxxx #1{%
  541.   \expandafter\ifx\csname SET#1\endcsname\relax
  542.     \expandafter\ifsetfail
  543.   \else
  544.     \expandafter\ifsetsucceed
  545.   \fi
  546. \def\ifsetsucceed{\conditionalsucceed{ifset}}
  547. \def\ifsetfail{\nestedignore{ifset}}
  548. \defineunmatchedend{ifset}
  549. % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
  550. % defined with @set, or has been undefined with @clear.
  551. \def\ifclear{\parsearg\ifclearxxx}
  552. \def\ifclearxxx #1{%
  553.   \expandafter\ifx\csname SET#1\endcsname\relax
  554.     \expandafter\ifclearsucceed
  555.   \else
  556.     \expandafter\ifclearfail
  557.   \fi
  558. \def\ifclearsucceed{\conditionalsucceed{ifclear}}
  559. \def\ifclearfail{\nestedignore{ifclear}}
  560. \defineunmatchedend{ifclear}
  561. % @iftex always succeeds; we read the text following, through @end
  562. % iftex).  But `@end iftex' should be valid only after an @iftex.
  563. \def\iftex{\conditionalsucceed{iftex}}
  564. \defineunmatchedend{iftex}
  565. % We can't just want to start a group at @iftex (for example) and end it
  566. % at @end iftex, since then @set commands inside the conditional have no
  567. % effect (they'd get reverted at the end of the group).  So we must
  568. % define \Eiftex to redefine itself to be its previous value.  (We can't
  569. % just define it to fail again with an ``unmatched end'' error, since
  570. % the @ifset might be nested.)
  571. \def\conditionalsucceed#1{%
  572.   \edef\temp{%
  573.     % Remember the current value of \E#1.
  574.     \let\nece{prevE#1} = \nece{E#1}%
  575.     %
  576.     % At the `@end #1', redefine \E#1 to be its previous value.
  577.     \def\nece{E#1}{\let\nece{E#1} = \nece{prevE#1}}%
  578.   \temp
  579. % We need to expand lots of \csname's, but we don't want to expand the
  580. % control sequences after we've constructed them.
  581. \def\nece#1{\expandafter\noexpand\csname#1\endcsname}
  582. % @asis just yields its argument.  Used with @table, for example.
  583. \def\asis#1{#1}
  584. % @math means output in math mode.
  585. % We don't use $'s directly in the definition of \math because control
  586. % sequences like \math are expanded when the toc file is written.  Then,
  587. % we read the toc file back, the $'s will be normal characters (as they
  588. % should be, according to the definition of Texinfo).  So we must use a
  589. % control sequence to switch into and out of math mode.
  590. % This isn't quite enough for @math to work properly in indices, but it
  591. % seems unlikely it will ever be needed there.
  592. \let\implicitmath = $
  593. \def\math#1{\implicitmath #1\implicitmath}
  594. % @bullet and @minus need the same treatment as @math, just above.
  595. \def\bullet{\implicitmath\ptexbullet\implicitmath}
  596. \def\minus{\implicitmath-\implicitmath}
  597. \def\node{\ENVcheck\parsearg\nodezzz}
  598. \def\nodezzz#1{\nodexxx [#1,]}
  599. \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
  600. \let\nwnode=\node
  601. \let\lastnode=\relax
  602. \def\donoderef{\ifx\lastnode\relax\else
  603. \expandafter\expandafter\expandafter\setref{\lastnode}\fi
  604. \let\lastnode=\relax}
  605. \def\unnumbnoderef{\ifx\lastnode\relax\else
  606. \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi
  607. \let\lastnode=\relax}
  608. \def\appendixnoderef{\ifx\lastnode\relax\else
  609. \expandafter\expandafter\expandafter\appendixsetref{\lastnode}\fi
  610. \let\lastnode=\relax}
  611. \let\refill=\relax
  612. % @setfilename is done at the beginning of every texinfo file.
  613. % So open here the files we need to have open while reading the input.
  614. % This makes it possible to make a .fmt file for texinfo.
  615. \def\setfilename{%
  616.    \readauxfile
  617.    \opencontents
  618.    \openindices
  619.    \fixbackslash  % Turn off hack to swallow `\input texinfo'.
  620.    \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
  621.    \comment % Ignore the actual filename.
  622. \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
  623. \def\inforef #1{\inforefzzz #1,,,,**}
  624. \def\inforefzzz #1,#2,#3,#4**{See Info file \file{\ignorespaces #3{}},
  625.   node \samp{\ignorespaces#1{}}}
  626. \message{fonts,}
  627. % Font-change commands.
  628. % Texinfo supports the sans serif font style, which plain TeX does not.
  629. % So we set up a \sf analogous to plain's \rm, etc.
  630. \newfam\sffam
  631. \def\sf{\fam=\sffam \tensf}
  632. \let\li = \sf % Sometimes we call it \li, not \sf.
  633. %% Try out Computer Modern fonts at \magstephalf
  634. \let\mainmagstep=\magstephalf
  635. \ifx\bigger\relax
  636. \let\mainmagstep=\magstep1
  637. \font\textrm=cmr12
  638. \font\texttt=cmtt12
  639. \else
  640. \font\textrm=cmr10 scaled \mainmagstep
  641. \font\texttt=cmtt10 scaled \mainmagstep
  642. % Instead of cmb10, you many want to use cmbx10.
  643. % cmbx10 is a prettier font on its own, but cmb10
  644. % looks better when embedded in a line with cmr10.
  645. % \font\textbf=cmb10 scaled \mainmagstep 
  646. \font\textbf=cmbx10 scaled \mainmagstep 
  647. \font\textit=cmti10 scaled \mainmagstep
  648. \font\textsl=cmsl10 scaled \mainmagstep
  649. \font\textsf=cmss10 scaled \mainmagstep
  650. \font\textsc=cmcsc10 scaled \mainmagstep
  651. \font\texti=cmmi10 scaled \mainmagstep
  652. \font\textsy=cmsy10 scaled \mainmagstep
  653. % A few fonts for @defun, etc.
  654. \font\defbf=cmbx10 scaled \magstep1 %was 1314
  655. \font\deftt=cmtt10 scaled \magstep1
  656. \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
  657. % Fonts for indices and small examples.
  658. % We actually use the slanted font rather than the italic, 
  659. % because texinfo normally uses the slanted fonts for that.
  660. % Do not make many font distinctions in general in the index, since they
  661. % aren't very useful.
  662. \font\ninett=cmtt9
  663. \font\indrm=cmr9
  664. \font\indit=cmsl9
  665. \let\indsl=\indit
  666. \let\indtt=\ninett
  667. \let\indsf=\indrm
  668. \let\indbf=\indrm
  669. \let\indsc=\indrm
  670. \font\indi=cmmi9
  671. \font\indsy=cmsy9
  672. % Fonts for headings
  673. \font\chaprm=cmbx12 % scaled \magstep2
  674. \font\chapit=cmti12 scaled \magstep2
  675. \font\chapsl=cmsl12 scaled \magstep2
  676. \font\chaptt=cmtt12 % scaled \magstep2
  677. \font\chapsf=cmss12 scaled \magstep2
  678. \let\chapbf=\chaprm
  679. \font\chapsc=cmcsc10 scaled\magstep3
  680. \font\chapi=cmmi12 % scaled \magstep2
  681. \font\chapsy=cmsy10 scaled \magstep3
  682. \font\secrm=cmbx12 % scaled \magstep1
  683. \font\secit=cmti12 scaled \magstep1
  684. \font\secsl=cmsl12 scaled \magstep1
  685. \font\sectt=cmtt12 % scaled \magstep1
  686. \font\secsf=cmss12 scaled \magstep1
  687. \font\secbf=cmbx12 % scaled \magstep1
  688. \font\secsc=cmcsc10 scaled\magstep2
  689. \font\seci=cmmi12 % scaled \magstep1
  690. \font\secsy=cmsy10 scaled \magstep2
  691. % \font\ssecrm=cmbx10 scaled \magstep1    % This size an font looked bad.
  692. % \font\ssecit=cmti10 scaled \magstep1    % The letters were too crowded.
  693. % \font\ssecsl=cmsl10 scaled \magstep1
  694. % \font\ssectt=cmtt10 scaled \magstep1
  695. % \font\ssecsf=cmss10 scaled \magstep1
  696. %\font\ssecrm=cmb10 scaled 1315    % Note the use of cmb rather than cmbx.
  697. %\font\ssecit=cmti10 scaled 1315    % Also, the size is a little larger than
  698. %\font\ssecsl=cmsl10 scaled 1315    % being scaled magstep1.
  699. %\font\ssectt=cmtt10 scaled 1315
  700. %\font\ssecsf=cmss10 scaled 1315
  701. %\let\ssecbf=\ssecrm
  702. \font\ssecrm=cmbx12 % scaled \magstephalf
  703. \font\ssecit=cmti12 scaled \magstephalf
  704. \font\ssecsl=cmsl12 scaled \magstephalf
  705. \font\ssectt=cmtt12 % scaled \magstephalf
  706. \font\ssecsf=cmss12 scaled \magstephalf
  707. \font\ssecbf=cmbx12 % scaled \magstephalf
  708. \font\ssecsc=cmcsc10 scaled \magstep1 
  709. \font\sseci=cmmi12 % scaled \magstephalf
  710. \font\ssecsy=cmsy10 scaled \magstep1
  711. % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
  712. % but that is not a standard magnification.
  713. % Fonts for title page:
  714. \font\titlerm = cmbx12 % scaled \magstep3
  715. \let\authorrm = \secrm
  716. % In order for the font changes to affect most math symbols and letters,
  717. % we have to define the \textfont of the standard families.  Since
  718. % texinfo doesn't allow for producing subscripts and superscripts, we
  719. % don't bother to reset \scriptfont and \scriptscriptfont (which would
  720. % also require loading a lot more fonts).
  721. \def\resetmathfonts{%
  722.   \textfont0 = \tenrm \textfont1 = \teni \textfont2 = \tensy
  723.   \textfont\itfam = \tenit \textfont\slfam = \tensl \textfont\bffam = \tenbf
  724.   \textfont\ttfam = \tentt \textfont\sffam = \tensf
  725. % The font-changing commands redefine the meanings of \tenSTYLE, instead
  726. % of just \STYLE.  We do this so that font changes will continue to work
  727. % in math mode, where it is the current \fam that is relevant in most
  728. % cases, not the current.  Plain TeX does, for example,
  729. % \def\bf{\fam=\bffam \tenbf}  By redefining \tenbf, we obviate the need
  730. % to redefine \bf itself.  
  731. \def\textfonts{%
  732.   \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
  733.   \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
  734.   \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy
  735.   \resetmathfonts}
  736. \def\chapfonts{%
  737.   \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl 
  738.   \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
  739.   \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy
  740.   \resetmathfonts}
  741. \def\secfonts{%
  742.   \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
  743.   \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
  744.   \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy
  745.   \resetmathfonts}
  746. \def\subsecfonts{%
  747.   \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
  748.   \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
  749.   \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy
  750.   \resetmathfonts}
  751. \def\indexfonts{%
  752.   \let\tenrm=\indrm \let\tenit=\indit \let\tensl=\indsl
  753.   \let\tenbf=\indbf \let\tentt=\indtt \let\smallcaps=\indsc
  754.   \let\tensf=\indsf \let\teni=\indi \let\tensy=\indsy
  755.   \resetmathfonts}
  756. % Set up the default fonts, so we can use them for creating boxes.
  757. \textfonts
  758. % Count depth in font-changes, for error checks
  759. \newcount\fontdepth \fontdepth=0
  760. % Fonts for short table of contents.
  761. \font\shortcontrm=cmr12
  762. \font\shortcontbf=cmbx12
  763. \font\shortcontsl=cmsl12
  764. %% Add scribe-like font environments, plus @l for inline lisp (usually sans
  765. %% serif) and @ii for TeX italic
  766. % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
  767. % unless the following character is such as not to need one.
  768. \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else\/\fi\fi\fi}
  769. \def\smartitalic#1{{\sl #1}\futurelet\next\smartitalicx}
  770. \let\i=\smartitalic
  771. \let\var=\smartitalic
  772. \let\dfn=\smartitalic
  773. \let\emph=\smartitalic
  774. \let\cite=\smartitalic
  775. \def\b#1{{\bf #1}}
  776. \let\strong=\b
  777. % We can't just use \exhyphenpenalty, because that only has effect at
  778. % the end of a paragraph.  Restore normal hyphenation at the end of the
  779. % group within which \nohyphenation is presumably called.
  780. \def\nohyphenation{\hyphenchar\font = -1  \aftergroup\restorehyphenation}
  781. \def\restorehyphenation{\hyphenchar\font = `- }
  782. \def\t#1{%
  783.   {\tt \nohyphenation \rawbackslash \frenchspacing #1}%
  784.   \null
  785. \let\ttfont = \t
  786. %\def\samp #1{`{\tt \rawbackslash \frenchspacing #1}'\null}
  787. \def\samp #1{`\tclose{#1}'\null}
  788. \def\key #1{{\tt \nohyphenation \uppercase{#1}}\null}
  789. \def\ctrl #1{{\tt \rawbackslash \hat}#1}
  790. \let\file=\samp
  791. % @code is a modification of @t,
  792. % which makes spaces the same size as normal in the surrounding text.
  793. \def\tclose#1{%
  794.     % Change normal interword space to be same as for the current font.
  795.     \spaceskip = \fontdimen2\font
  796.     %
  797.     % Switch to typewriter.
  798.     \tt
  799.     %
  800.     % But `\ ' produces the large typewriter interword space.
  801.     \def\ {{\spaceskip = 0pt{} }}%
  802.     %
  803.     % Turn off hyphenation.
  804.     \nohyphenation
  805.     % 
  806.     \rawbackslash
  807.     \frenchspacing
  808.     #1%
  809.   \null
  810. \let\code=\tclose
  811. %\let\exp=\tclose  %Was temporary
  812. % @kbd is like @code, except that if the argument is just one @key command, 
  813. % then @kbd has no effect.
  814. \def\xkey{\key}
  815. \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
  816. \ifx\one\xkey\ifx\threex\three \key{#2}%
  817. \else\tclose{\look}\fi
  818. \else\tclose{\look}\fi}
  819. % Typeset a dimension, e.g., `in' or `pt'.  The only reason for the
  820. % argument is to make the input look right: @dmn{pt} instead of
  821. % @dmn{}pt.
  822. \def\dmn#1{\thinspace #1}
  823. \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
  824. \def\l#1{{\li #1}\null}        % 
  825. \def\r#1{{\rm #1}}        % roman font
  826. % Use of \lowercase was suggested.
  827. \def\sc#1{{\smallcaps#1}}    % smallcaps font
  828. \def\ii#1{{\it #1}}        % italic font
  829. \message{page headings,}
  830. \newskip\titlepagetopglue \titlepagetopglue = 1.5in
  831. \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
  832. % First the title page.  Must do @settitle before @titlepage.
  833. \def\titlefont#1{{\titlerm #1}}
  834. \newtoks\realeverypar
  835. \newif\ifseenauthor
  836. \newif\iffinishedtitlepage
  837. \def\shorttitlepage{\parsearg\shorttitlepagezzz}
  838. \def\shorttitlepagezzz #1{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
  839.     \endgroup\page\hbox{}\page}
  840. \def\titlepage{\begingroup \parindent=0pt \textfonts
  841.    \let\subtitlerm=\tenrm
  842. % I deinstalled the following change because \cmr12 is undefined.
  843. % This change was not in the ChangeLog anyway.  --rms.
  844. %   \let\subtitlerm=\cmr12
  845.    \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
  846.    \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines}%
  847.    % Leave some space at the very top of the page.
  848.    \vglue\titlepagetopglue
  849.    % Now you can print the title using @title.
  850.    \def\title{\parsearg\titlezzz}%
  851.    \def\titlezzz##1{\leftline{\titlefont{##1}}
  852.             % print a rule at the page bottom also.
  853.             \finishedtitlepagefalse
  854.             \vskip4pt \hrule height 4pt \vskip4pt}%
  855.    % No rule at page bottom unless we print one at the top with @title.
  856.    \finishedtitlepagetrue
  857.    % Now you can put text using @subtitle.
  858.    \def\subtitle{\parsearg\subtitlezzz}%
  859.    \def\subtitlezzz##1{{\subtitlefont \rightline{##1}}}%
  860.    % @author should come last, but may come many times.
  861.    \def\author{\parsearg\authorzzz}%
  862.    \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
  863.       {\authorfont \leftline{##1}}}%
  864.    %  
  865.    % Most title ``pages'' are actually two pages long, with space
  866.    % at the top of the second.  We don't want the ragged left on the second.
  867.    \let\oldpage = \page
  868.    \def\page{%
  869.       \iffinishedtitlepage\else
  870.      \finishtitlepage
  871.       \fi
  872.       \oldpage
  873.       \let\page = \oldpage
  874.       \hbox{}}%
  875. %   \def\page{\oldpage \hbox{}}
  876. \def\Etitlepage{%
  877.    \iffinishedtitlepage\else
  878.       \finishtitlepage
  879.    \fi
  880.    % It is important to do the page break before ending the group,
  881.    % because the headline and footline are only empty inside the group.
  882.    % If we use the new definition of \page, we always get a blank page
  883.    % after the title page, which we certainly don't want.
  884.    \oldpage
  885.    \endgroup
  886.    \HEADINGSon
  887. \def\finishtitlepage{%
  888.    \vskip4pt \hrule height 2pt
  889.    \vskip\titlepagebottomglue
  890.    \finishedtitlepagetrue
  891. %%% Set up page headings and footings.
  892. \let\thispage=\folio
  893. \newtoks \evenheadline    % Token sequence for heading line of even pages
  894. \newtoks \oddheadline     % Token sequence for heading line of odd pages
  895. \newtoks \evenfootline    % Token sequence for footing line of even pages
  896. \newtoks \oddfootline     % Token sequence for footing line of odd pages
  897. % Now make Tex use those variables
  898. \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
  899.                             \else \the\evenheadline \fi}}
  900. \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
  901.                             \else \the\evenfootline \fi}\HEADINGShook}
  902. \let\HEADINGShook=\relax
  903. % Commands to set those variables.
  904. % For example, this is what  @headings on  does
  905. % @evenheading @thistitle|@thispage|@thischapter
  906. % @oddheading @thischapter|@thispage|@thistitle
  907. % @evenfooting @thisfile||
  908. % @oddfooting ||@thisfile
  909. \def\evenheading{\parsearg\evenheadingxxx}
  910. \def\oddheading{\parsearg\oddheadingxxx}
  911. \def\everyheading{\parsearg\everyheadingxxx}
  912. \def\evenfooting{\parsearg\evenfootingxxx}
  913. \def\oddfooting{\parsearg\oddfootingxxx}
  914. \def\everyfooting{\parsearg\everyfootingxxx}
  915. {\catcode`\@=0 %
  916. \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
  917. \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
  918. \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  919. \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
  920. \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
  921. \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  922. \gdef\everyheadingxxx #1{\everyheadingyyy #1@|@|@|@|\finish}
  923. \gdef\everyheadingyyy #1@|#2@|#3@|#4\finish{%
  924. \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
  925. \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  926. \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|\finish}
  927. \gdef\evenfootingyyy #1@|#2@|#3@|#4\finish{%
  928. \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  929. \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|\finish}
  930. \gdef\oddfootingyyy #1@|#2@|#3@|#4\finish{%
  931. \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  932. \gdef\everyfootingxxx #1{\everyfootingyyy #1@|@|@|@|\finish}
  933. \gdef\everyfootingyyy #1@|#2@|#3@|#4\finish{%
  934. \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
  935. \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  936. }% unbind the catcode of @.
  937. % @headings double    turns headings on for double-sided printing.
  938. % @headings single    turns headings on for single-sided printing.
  939. % @headings off        turns them off.
  940. % @headings on        same as @headings double, retained for compatibility.
  941. % @headings after    turns on double-sided headings after this page.
  942. % @headings doubleafter    turns on double-sided headings after this page.
  943. % @headings singleafter turns on single-sided headings after this page.
  944. % By default, they are off.
  945. \def\headings #1 {\csname HEADINGS#1\endcsname}
  946. \def\HEADINGSoff{
  947. \global\evenheadline={\hfil} \global\evenfootline={\hfil}
  948. \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
  949. \HEADINGSoff
  950. % When we turn headings on, set the page number to 1.
  951. % For double-sided printing, put current file name in lower left corner,
  952. % chapter name on inside top of right hand pages, document
  953. % title on inside top of left hand pages, and page numbers on outside top
  954. % edge of all pages.
  955. \def\HEADINGSdouble{
  956. %\pagealignmacro
  957. \global\pageno=1
  958. \global\evenfootline={\hfil}
  959. \global\oddfootline={\hfil}
  960. \global\evenheadline={\line{\folio\hfil\thistitle}}
  961. \global\oddheadline={\line{\thischapter\hfil\folio}}
  962. % For single-sided printing, chapter title goes across top left of page,
  963. % page number on top right.
  964. \def\HEADINGSsingle{
  965. %\pagealignmacro
  966. \global\pageno=1
  967. \global\evenfootline={\hfil}
  968. \global\oddfootline={\hfil}
  969. \global\evenheadline={\line{\thischapter\hfil\folio}}
  970. \global\oddheadline={\line{\thischapter\hfil\folio}}
  971. \def\HEADINGSon{\HEADINGSdouble}
  972. \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
  973. \let\HEADINGSdoubleafter=\HEADINGSafter
  974. \def\HEADINGSdoublex{%
  975. \global\evenfootline={\hfil}
  976. \global\oddfootline={\hfil}
  977. \global\evenheadline={\line{\folio\hfil\thistitle}}
  978. \global\oddheadline={\line{\thischapter\hfil\folio}}
  979. \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
  980. \def\HEADINGSsinglex{%
  981. \global\evenfootline={\hfil}
  982. \global\oddfootline={\hfil}
  983. \global\evenheadline={\line{\thischapter\hfil\folio}}
  984. \global\oddheadline={\line{\thischapter\hfil\folio}}
  985. % Subroutines used in generating headings
  986. % Produces Day Month Year style of output.
  987. \def\today{\number\day\space
  988. \ifcase\month\or
  989. January\or February\or March\or April\or May\or June\or
  990. July\or August\or September\or October\or November\or December\fi
  991. \space\number\year}
  992. % Use this if you want the Month Day, Year style of output.
  993. %\def\today{\ifcase\month\or
  994. %January\or February\or March\or April\or May\or June\or
  995. %July\or August\or September\or October\or November\or December\fi
  996. %\space\number\day, \number\year}
  997. % @settitle line...  specifies the title of the document, for headings
  998. % It generates no output of its own
  999. \def\thistitle{No Title}
  1000. \def\settitle{\parsearg\settitlezzz}
  1001. \def\settitlezzz #1{\gdef\thistitle{#1}}
  1002. \message{tables,}
  1003. % @tabs -- simple alignment
  1004. % These don't work.  For one thing, \+ is defined as outer.
  1005. % So these macros cannot even be defined.
  1006. %\def\tabs{\parsearg\tabszzz}
  1007. %\def\tabszzz #1{\settabs\+#1\cr}
  1008. %\def\tabline{\parsearg\tablinezzz}
  1009. %\def\tablinezzz #1{\+#1\cr}
  1010. %\def\&{&}
  1011. % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
  1012. % default indentation of table text
  1013. \newdimen\tableindent \tableindent=.8in
  1014. % default indentation of @itemize and @enumerate text
  1015. \newdimen\itemindent  \itemindent=.3in
  1016. % margin between end of table item and start of table text.
  1017. \newdimen\itemmargin  \itemmargin=.1in
  1018. % used internally for \itemindent minus \itemmargin
  1019. \newdimen\itemmax
  1020. % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
  1021. % these defs.
  1022. % They also define \itemindex
  1023. % to index the item name in whatever manner is desired (perhaps none).
  1024. \def\internalBitem{\smallbreak \parsearg\itemzzz}
  1025. \def\internalBitemx{\par \parsearg\itemzzz}
  1026. \def\internalBxitem "#1"{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
  1027. \def\internalBxitemx "#1"{\def\xitemsubtopix{#1} \par \parsearg\xitemzzz}
  1028. \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
  1029. \def\internalBkitemx{\par \parsearg\kitemzzz}
  1030. \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
  1031.                  \itemzzz {#1}}
  1032. \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
  1033.                  \itemzzz {#1}}
  1034. \def\itemzzz #1{\begingroup %
  1035.   \advance\hsize by -\rightskip
  1036.   \advance\hsize by -\tableindent
  1037.   \setbox0=\hbox{\itemfont{#1}}%
  1038.   \itemindex{#1}%
  1039.   \nobreak % This prevents a break before @itemx.
  1040.   % Be sure we are not still in the middle of a paragraph.
  1041.   \parskip=0in
  1042.   \par
  1043.   % If the item text does not fit in the space we have, put it on a line
  1044.   % by itself, and do not allow a page break either before or after that
  1045.   % line.  We do not start a paragraph here because then if the next
  1046.   % command is, e.g., @kindex, the whatsit would get put into the
  1047.   % horizontal list on a line by itself, resulting in extra blank space.
  1048.   \ifdim \wd0>\itemmax
  1049.     \setbox0=\hbox{\hskip \leftskip \hskip -\tableindent \unhbox0}\box0
  1050.     \nobreak
  1051.   \else
  1052.     % The item text fits into the space.  Start a paragraph, so that the
  1053.     % following text (if any) will end up on the same line.  Since that
  1054.     % text will be indented by \tableindent, we make the item text be in
  1055.     % a zero-width box.
  1056.     \noindent
  1057.     \rlap{\hskip -\tableindent\box0}%
  1058.   \fi
  1059.   \endgroup
  1060. \def\item{\errmessage{@item while not in a table}}
  1061. \def\itemx{\errmessage{@itemx while not in a table}}
  1062. \def\kitem{\errmessage{@kitem while not in a table}}
  1063. \def\kitemx{\errmessage{@kitemx while not in a table}}
  1064. \def\xitem{\errmessage{@xitem while not in a table}}
  1065. \def\xitemx{\errmessage{@xitemx while not in a table}}
  1066. %% Contains a kludge to get @end[description] to work
  1067. \def\description{\tablez{\dontindex}{1}{}{}{}{}}
  1068. \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
  1069. {\obeylines\obeyspaces%
  1070. \gdef\tablex #1^^M{%
  1071. \tabley\dontindex#1        \endtabley}}
  1072. \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
  1073. {\obeylines\obeyspaces%
  1074. \gdef\ftablex #1^^M{%
  1075. \tabley\fnitemindex#1        \endtabley
  1076. \def\Eftable{\endgraf\endgroup\afterenvbreak}%
  1077. \let\Etable=\relax}}
  1078. \def\vtable{\begingroup\inENV\obeylines\obeyspaces\vtablex}
  1079. {\obeylines\obeyspaces%
  1080. \gdef\vtablex #1^^M{%
  1081. \tabley\vritemindex#1        \endtabley
  1082. \def\Evtable{\endgraf\endgroup\afterenvbreak}%
  1083. \let\Etable=\relax}}
  1084. \def\dontindex #1{}
  1085. \def\fnitemindex #1{\doind {fn}{\code{#1}}}%
  1086. \def\vritemindex #1{\doind {vr}{\code{#1}}}%
  1087. {\obeyspaces %
  1088. \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
  1089. \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
  1090. \def\tablez #1#2#3#4#5#6{%
  1091. \aboveenvbreak %
  1092. \begingroup %
  1093. \def\Edescription{\Etable}% Neccessary kludge.
  1094. \let\itemindex=#1%
  1095. \ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
  1096. \ifnum 0#4>0 \tableindent=#4\mil \fi %
  1097. \ifnum 0#5>0 \advance \rightskip by #5\mil \fi %
  1098. \def\itemfont{#2}%
  1099. \itemmax=\tableindent %
  1100. \advance \itemmax by -\itemmargin %
  1101. \advance \leftskip by \tableindent %
  1102. \exdentamount=\tableindent
  1103. \parindent = 0pt
  1104. \parskip = \smallskipamount
  1105. \ifdim \parskip=0pt \parskip=2pt \fi%
  1106. \def\Etable{\endgraf\endgroup\afterenvbreak}%
  1107. \let\item = \internalBitem %
  1108. \let\itemx = \internalBitemx %
  1109. \let\kitem = \internalBkitem %
  1110. \let\kitemx = \internalBkitemx %
  1111. \let\xitem = \internalBxitem %
  1112. \let\xitemx = \internalBxitemx %
  1113. % This is the counter used by @enumerate, which is really @itemize
  1114. \newcount \itemno
  1115. \def\itemize{\parsearg\itemizezzz}
  1116. \def\itemizezzz #1{%
  1117.   \begingroup % ended by the @end itemsize
  1118.   \itemizey {#1}{\Eitemize}
  1119. \def\itemizey #1#2{%
  1120. \aboveenvbreak %
  1121. \itemmax=\itemindent %
  1122. \advance \itemmax by -\itemmargin %
  1123. \advance \leftskip by \itemindent %
  1124. \exdentamount=\itemindent
  1125. \parindent = 0pt %
  1126. \parskip = \smallskipamount %
  1127. \ifdim \parskip=0pt \parskip=2pt \fi%
  1128. \def#2{\endgraf\endgroup\afterenvbreak}%
  1129. \def\itemcontents{#1}%
  1130. \let\item=\itemizeitem}
  1131. % Set sfcode to normal for the chars that usually have another value.
  1132. % These are `.?!:;,'
  1133. \def\frenchspacing{\sfcode46=1000 \sfcode63=1000 \sfcode33=1000
  1134.   \sfcode58=1000 \sfcode59=1000 \sfcode44=1000 }
  1135. % \splitoff TOKENS\endmark defines \first to be the first token in
  1136. % TOKENS, and \rest to be the remainder.
  1137. \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
  1138. % Allow an optional argument of an uppercase letter, lowercase letter,
  1139. % or number, to specify the first label in the enumerated list.  No
  1140. % argument is the same as `1'.
  1141. \def\enumerate{\parsearg\enumeratezzz}
  1142. \def\enumeratezzz #1{\enumeratey #1  \endenumeratey}
  1143. \def\enumeratey #1 #2\endenumeratey{%
  1144.   \begingroup % ended by the @end enumerate
  1145.   % If we were given no argument, pretend we were given `1'.
  1146.   \def\thearg{#1}%
  1147.   \ifx\thearg\empty \def\thearg{1}\fi
  1148.   % Detect if the argument is a single token.  If so, it might be a
  1149.   % letter.  Otherwise, the only valid thing it can be is a number.
  1150.   % (We will always have one token, because of the test we just made.
  1151.   % This is a good thing, since \splitoff doesn't work given nothing at
  1152.   % all -- the first parameter is undelimited.)
  1153.   \expandafter\splitoff\thearg\endmark
  1154.   \ifx\rest\empty
  1155.     % Only one token in the argument.  It could still be anything.
  1156.     % A ``lowercase letter'' is one whose \lccode is nonzero.
  1157.     % An ``uppercase letter'' is one whose \lccode is both nonzero, and
  1158.     %   not equal to itself.
  1159.     % Otherwise, we assume it's a number.
  1160.     % 
  1161.     % We need the \relax at the end of the \ifnum lines to stop TeX from
  1162.     % continuing to look for a <number>.
  1163.     % 
  1164.     \ifnum\lccode\expandafter`\thearg=0\relax 
  1165.       \numericenumerate % a number (we hope)
  1166.     \else
  1167.       % It's a letter.
  1168.       \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
  1169.         \lowercaseenumerate % lowercase letter
  1170.       \else
  1171.         \uppercaseenumerate % uppercase letter
  1172.       \fi
  1173.     \fi
  1174.   \else
  1175.     % Multiple tokens in the argument.  We hope it's a number.
  1176.     \numericenumerate
  1177.   \fi
  1178. % An @enumerate whose labels are integers.  The starting integer is
  1179. % given in \thearg.
  1180. \def\numericenumerate{%
  1181.   \itemno = \thearg
  1182.   \startenumeration{\the\itemno}%
  1183. % The starting (lowercase) letter is in \thearg.
  1184. \def\lowercaseenumerate{%
  1185.   \itemno = \expandafter`\thearg
  1186.   \startenumeration{%
  1187.     % Be sure we're not beyond the end of the alphabet.
  1188.     \ifnum\itemno=0
  1189.       \errmessage{No more lowercase letters in @enumerate; get a bigger
  1190.                   alphabet}%
  1191.     \fi
  1192.     \char\lccode\itemno
  1193. % The starting (uppercase) letter is in \thearg.
  1194. \def\uppercaseenumerate{%
  1195.   \itemno = \expandafter`\thearg
  1196.   \startenumeration{%
  1197.     % Be sure we're not beyond the end of the alphabet.
  1198.     \ifnum\itemno=0
  1199.       \errmessage{No more uppercase letters in @enumerate; get a bigger
  1200.                   alphabet}
  1201.     \fi
  1202.     \char\uccode\itemno
  1203. % Call itemizey, adding a period to the first argument and supplying the
  1204. % common last two arguments.  Also subtract one from the initial value in
  1205. % \itemno, since @item increments \itemno.
  1206. \def\startenumeration#1{%
  1207.   \advance\itemno by -1
  1208.   \itemizey{#1.}\Eenumerate\flushcr
  1209. % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
  1210. % to @enumerate.
  1211. \def\alphaenumerate{\enumerate{a}}
  1212. \def\capsenumerate{\enumerate{A}}
  1213. \def\Ealphaenumerate{\Eenumerate}
  1214. \def\Ecapsenumerate{\Eenumerate}
  1215. % Definition of @item while inside @itemize.
  1216. \def\itemizeitem{%
  1217. \advance\itemno by 1
  1218. {\let\par=\endgraf \smallbreak}%
  1219. \ifhmode \errmessage{\in hmode at itemizeitem}\fi
  1220. {\parskip=0in \hskip 0pt
  1221. \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
  1222. \vadjust{\penalty 1200}}%
  1223. \flushcr}
  1224. \message{indexing,}
  1225. % Index generation facilities
  1226. % Define \newwrite to be identical to plain tex's \newwrite
  1227. % except not \outer, so it can be used within \newindex.
  1228. {\catcode`\@=11
  1229. \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
  1230. % \newindex {foo} defines an index named foo.
  1231. % It automatically defines \fooindex such that
  1232. % \fooindex ...rest of line... puts an entry in the index foo.
  1233. % It also defines \fooindfile to be the number of the output channel for
  1234. % the file that    accumulates this index.  The file's extension is foo.
  1235. % The name of an index should be no more than 2 characters long
  1236. % for the sake of vms.
  1237. \def\newindex #1{
  1238. \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
  1239. \openout \csname#1indfile\endcsname \jobname.#1    % Open the file
  1240. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  1241. \noexpand\doindex {#1}}
  1242. % @defindex foo  ==  \newindex{foo}
  1243. \def\defindex{\parsearg\newindex}
  1244. % Define @defcodeindex, like @defindex except put all entries in @code.
  1245. \def\newcodeindex #1{
  1246. \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
  1247. \openout \csname#1indfile\endcsname \jobname.#1    % Open the file
  1248. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  1249. \noexpand\docodeindex {#1}}
  1250. \def\defcodeindex{\parsearg\newcodeindex}
  1251. % @synindex foo bar    makes index foo feed into index bar.
  1252. % Do this instead of @defindex foo if you don't want it as a separate index.
  1253. \def\synindex #1 #2 {%
  1254. \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
  1255. \expandafter\let\csname#1indfile\endcsname=\synindexfoo
  1256. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  1257. \noexpand\doindex {#2}}%
  1258. % @syncodeindex foo bar   similar, but put all entries made for index foo
  1259. % inside @code.
  1260. \def\syncodeindex #1 #2 {%
  1261. \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
  1262. \expandafter\let\csname#1indfile\endcsname=\synindexfoo
  1263. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  1264. \noexpand\docodeindex {#2}}%
  1265. % Define \doindex, the driver for all \fooindex macros.
  1266. % Argument #1 is generated by the calling \fooindex macro,
  1267. %  and it is "foo", the name of the index.
  1268. % \doindex just uses \parsearg; it calls \doind for the actual work.
  1269. % This is because \doind is more useful to call from other macros.
  1270. % There is also \dosubind {index}{topic}{subtopic}
  1271. % which makes an entry in a two-level index such as the operation index.
  1272. \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
  1273. \def\singleindexer #1{\doind{\indexname}{#1}}
  1274. % like the previous two, but they put @code around the argument.
  1275. \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
  1276. \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
  1277. \def\indexdummies{%
  1278. \def\_{{\realbackslash _}}%
  1279. \def\w{\realbackslash w }%
  1280. \def\bf{\realbackslash bf }%
  1281. \def\rm{\realbackslash rm }%
  1282. \def\sl{\realbackslash sl }%
  1283. \def\sf{\realbackslash sf}%
  1284. \def\tt{\realbackslash tt}%
  1285. \def\gtr{\realbackslash gtr}%
  1286. \def\less{\realbackslash less}%
  1287. \def\hat{\realbackslash hat}%
  1288. \def\char{\realbackslash char}%
  1289. \def\TeX{\realbackslash TeX}%
  1290. \def\dots{\realbackslash dots }%
  1291. \def\copyright{\realbackslash copyright }%
  1292. \def\tclose##1{\realbackslash tclose {##1}}%
  1293. \def\code##1{\realbackslash code {##1}}%
  1294. \def\samp##1{\realbackslash samp {##1}}%
  1295. \def\t##1{\realbackslash r {##1}}%
  1296. \def\r##1{\realbackslash r {##1}}%
  1297. \def\i##1{\realbackslash i {##1}}%
  1298. \def\b##1{\realbackslash b {##1}}%
  1299. \def\cite##1{\realbackslash cite {##1}}%
  1300. \def\key##1{\realbackslash key {##1}}%
  1301. \def\file##1{\realbackslash file {##1}}%
  1302. \def\var##1{\realbackslash var {##1}}%
  1303. \def\kbd##1{\realbackslash kbd {##1}}%
  1304. \def\dfn##1{\realbackslash dfn {##1}}%
  1305. \def\emph##1{\realbackslash emph {##1}}%
  1306. % \indexnofonts no-ops all font-change commands.
  1307. % This is used when outputting the strings to sort the index by.
  1308. \def\indexdummyfont#1{#1}
  1309. \def\indexdummytex{TeX}
  1310. \def\indexdummydots{...}
  1311. \def\indexnofonts{%
  1312. \let\w=\indexdummyfont
  1313. \let\t=\indexdummyfont
  1314. \let\r=\indexdummyfont
  1315. \let\i=\indexdummyfont
  1316. \let\b=\indexdummyfont
  1317. \let\emph=\indexdummyfont
  1318. \let\strong=\indexdummyfont
  1319. \let\cite=\indexdummyfont
  1320. \let\sc=\indexdummyfont
  1321. %Don't no-op \tt, since it isn't a user-level command
  1322. % and is used in the definitions of the active chars like <, >, |...
  1323. %\let\tt=\indexdummyfont
  1324. \let\tclose=\indexdummyfont
  1325. \let\code=\indexdummyfont
  1326. \let\file=\indexdummyfont
  1327. \let\samp=\indexdummyfont
  1328. \let\kbd=\indexdummyfont
  1329. \let\key=\indexdummyfont
  1330. \let\var=\indexdummyfont
  1331. \let\TeX=\indexdummytex
  1332. \let\dots=\indexdummydots
  1333. % To define \realbackslash, we must make \ not be an escape.
  1334. % We must first make another character (@) an escape
  1335. % so we do not become unable to do a definition.
  1336. {\catcode`\@=0 \catcode`\\=\other
  1337. @gdef@realbackslash{\}}
  1338. \let\indexbackslash=0  %overridden during \printindex.
  1339. \def\doind #1#2{%
  1340. {\count10=\lastpenalty %
  1341. {\indexdummies % Must do this here, since \bf, etc expand at this stage
  1342. \escapechar=`\\%
  1343. {\let\folio=0% Expand all macros now EXCEPT \folio
  1344. \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
  1345. % so it will be output as is; and it will print as backslash in the indx.
  1346. % Now process the index-string once, with all font commands turned off,
  1347. % to get the string to sort the index by.
  1348. {\indexnofonts
  1349. \xdef\temp1{#2}%
  1350. % Now produce the complete index entry.  We process the index-string again,
  1351. % this time with font commands expanded, to get what to print in the index.
  1352. \edef\temp{%
  1353. \write \csname#1indfile\endcsname{%
  1354. \realbackslash entry {\temp1}{\folio}{#2}}}%
  1355. \temp }%
  1356. }\penalty\count10}}
  1357. \def\dosubind #1#2#3{%
  1358. {\count10=\lastpenalty %
  1359. {\indexdummies % Must do this here, since \bf, etc expand at this stage
  1360. \escapechar=`\\%
  1361. {\let\folio=0%
  1362. \def\rawbackslashxx{\indexbackslash}%
  1363. % Now process the index-string once, with all font commands turned off,
  1364. % to get the string to sort the index by.
  1365. {\indexnofonts
  1366. \xdef\temp1{#2 #3}%
  1367. % Now produce the complete index entry.  We process the index-string again,
  1368. % this time with font commands expanded, to get what to print in the index.
  1369. \edef\temp{%
  1370. \write \csname#1indfile\endcsname{%
  1371. \realbackslash entry {\temp1}{\folio}{#2}{#3}}}%
  1372. \temp }%
  1373. }\penalty\count10}}
  1374. % The index entry written in the file actually looks like
  1375. %  \entry {sortstring}{page}{topic}
  1376. %  \entry {sortstring}{page}{topic}{subtopic}
  1377. % The texindex program reads in these files and writes files
  1378. % containing these kinds of lines:
  1379. %  \initial {c}
  1380. %     before the first topic whose initial is c
  1381. %  \entry {topic}{pagelist}
  1382. %     for a topic that is used without subtopics
  1383. %  \primary {topic}
  1384. %     for the beginning of a topic that is used with subtopics
  1385. %  \secondary {subtopic}{pagelist}
  1386. %     for each subtopic.
  1387. % Define the user-accessible indexing commands 
  1388. % @findex, @vindex, @kindex, @cindex.
  1389. \def\findex {\fnindex}
  1390. \def\kindex {\kyindex}
  1391. \def\cindex {\cpindex}
  1392. \def\vindex {\vrindex}
  1393. \def\tindex {\tpindex}
  1394. \def\pindex {\pgindex}
  1395. \def\cindexsub {\begingroup\obeylines\cindexsub}
  1396. {\obeylines %
  1397. \gdef\cindexsub "#1" #2^^M{\endgroup %
  1398. \dosubind{cp}{#2}{#1}}}
  1399. % Define the macros used in formatting output of the sorted index material.
  1400. % This is what you call to cause a particular index to get printed.
  1401. % Write
  1402. % @unnumbered Function Index
  1403. % @printindex fn
  1404. \def\printindex{\parsearg\doprintindex}
  1405. \def\doprintindex#1{%
  1406.   \tex
  1407.   \dobreak \chapheadingskip {10000}
  1408.   \catcode`\%=\other\catcode`\&=\other\catcode`\#=\other
  1409.   \catcode`\$=\other\catcode`\_=\other
  1410.   \catcode`\~=\other
  1411.   % The following don't help, since the chars were translated
  1412.   % when the raw index was written, and their fonts were discarded
  1413.   % due to \indexnofonts.
  1414.   %\catcode`\"=\active
  1415.   %\catcode`\^=\active
  1416.   %\catcode`\_=\active
  1417.   %\catcode`\|=\active
  1418.   %\catcode`\<=\active
  1419.   %\catcode`\>=\active
  1420.   % %
  1421.   \def\indexbackslash{\rawbackslashxx}
  1422.   \indexfonts\rm \tolerance=9500 \advance\baselineskip -1pt
  1423.   \begindoublecolumns
  1424.   % See if the index file exists and is nonempty.
  1425.   \openin 1 \jobname.#1s
  1426.   \ifeof 1 
  1427.     % \enddoublecolumns gets confused if there is no text in the index,
  1428.     % and it loses the chapter title and the aux file entries for the
  1429.     % index.  The easiest way to prevent this problem is to make sure
  1430.     % there is some text.
  1431.     (Index is nonexistent)
  1432.     \else
  1433.     %
  1434.     % If the index file exists but is empty, then \openin leaves \ifeof
  1435.     % false.  We have to make TeX try to read something from the file, so
  1436.     % it can discover if there is anything in it.
  1437.     \read 1 to \temp
  1438.     \ifeof 1
  1439.       (Index is empty)
  1440.     \else
  1441.       \input \jobname.#1s
  1442.     \fi
  1443.   \fi
  1444.   \closein 1
  1445.   \enddoublecolumns
  1446.   \Etex
  1447. % These macros are used by the sorted index file itself.
  1448. % Change them to control the appearance of the index.
  1449. % Same as \bigskipamount except no shrink.
  1450. % \balancecolumns gets confused if there is any shrink.
  1451. \newskip\initialskipamount \initialskipamount 12pt plus4pt
  1452. \def\initial #1{%
  1453. {\let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
  1454. \ifdim\lastskip<\initialskipamount
  1455. \removelastskip \penalty-200 \vskip \initialskipamount\fi
  1456. \line{\secbf#1\hfill}\kern 2pt\penalty10000}}
  1457. % This typesets a paragraph consisting of #1, dot leaders, and then #2
  1458. % flush to the right margin.  It is used for index and table of contents
  1459. % entries.  The paragraph is indented by \leftskip.
  1460. \def\entry #1#2{\begingroup
  1461.   % Start a new paragraph if necessary, so our assignments below can't
  1462.   % affect previous text.
  1463.   \par
  1464.   % Do not fill out the last line with white space.
  1465.   \parfillskip = 0in
  1466.   % No extra space above this paragraph.
  1467.   \parskip = 0in
  1468.   % Do not prefer a separate line ending with a hyphen to fewer lines.
  1469.   \finalhyphendemerits = 0
  1470.   % \hangindent is only relevant when the entry text and page number
  1471.   % don't both fit on one line.  In that case, bob suggests starting the
  1472.   % dots pretty far over on the line.  Unfortunately, a large
  1473.   % indentation looks wrong when the entry text itself is broken across
  1474.   % lines.  So we use a small indentation and put up with long leaders.
  1475.   % \hangafter is reset to 1 (which is the value we want) at the start
  1476.   % of each paragraph, so we need not do anything with that.
  1477.   \hangindent=2em
  1478.   % When the entry text needs to be broken, just fill out the first line
  1479.   % with blank space.
  1480.   \rightskip = 0pt plus1fil
  1481.   % Start a ``paragraph'' for the index entry so the line breaking
  1482.   % parameters we've set above will have an effect.
  1483.   \noindent
  1484.   % Insert the text of the index entry.  TeX will do line-breaking on it.
  1485.   #1%
  1486.   % If we must, put the page number on a line of its own, and fill out
  1487.   % this line with blank space.  (The \hfil is overwhelmed with the
  1488.   % fill leaders glue in \indexdotfill if the page number does fit.)
  1489.   \hfil\penalty50
  1490.   \null\nobreak\indexdotfill % Have leaders before the page number.
  1491.   % The `\ ' here is removed by the implicit \unskip that TeX does as
  1492.   % part of (the primitive) \par.  Without it, a spurious underfull
  1493.   % \hbox ensues.
  1494.   \ #2% The page number ends the paragraph.
  1495.   \par
  1496. \endgroup}
  1497. % Like \dotfill except takes at least 1 em.
  1498. \def\indexdotfill{\cleaders
  1499.   \hbox{$\mathsurround=0pt \mkern1.5mu . \mkern1.5mu$}\hskip 1em plus 1fill}
  1500. \def\primary #1{\line{#1\hfil}}
  1501. \newskip\secondaryindent \secondaryindent=0.5cm
  1502. \def\secondary #1#2{
  1503. {\parfillskip=0in \parskip=0in
  1504. \hangindent =1in \hangafter=1
  1505. \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill #2\par
  1506. %% Define two-column mode, which is used in indexes.
  1507. %% Adapted from the TeXbook, page 416.
  1508. \catcode `\@=11
  1509. \newbox\partialpage
  1510. \newdimen\doublecolumnhsize
  1511. \def\begindoublecolumns{\begingroup
  1512.   % Grab any single-column material above us.
  1513.   \output = {\global\setbox\partialpage
  1514.     =\vbox{\unvbox255\kern -\topskip \kern \baselineskip}}%
  1515.   \eject
  1516.   % Now switch to the double-column output routine.
  1517.   \output={\doublecolumnout}%
  1518.   % Change the page size parameters.  We could do this once outside this
  1519.   % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
  1520.   % format, but then we repeat the same computation.  Repeating a couple
  1521.   % of assignments once per index is clearly meaningless for the
  1522.   % execution time, so we may as well do it once.
  1523.   % First we halve the line length, less a little for the gutter between
  1524.   % the columns.  We compute the gutter based on the line length, so it
  1525.   % changes automatically with the paper format.  The magic constant
  1526.   % below is chosen so that the gutter has the same value (well, +- <
  1527.   % 1pt) as it did when we hard-coded it.
  1528.   % We put the result in a separate register, \doublecolumhsize, so we
  1529.   % can restore it in \pagesofar, after \hsize itself has (potentially)
  1530.   % been clobbered.
  1531.   \doublecolumnhsize = \hsize
  1532.     \advance\doublecolumnhsize by -.04154\hsize
  1533.     \divide\doublecolumnhsize by 2
  1534.   \hsize = \doublecolumnhsize
  1535.   % Double the \vsize as well.  (We don't need a separate register here,
  1536.   % since nobody clobbers \vsize.)
  1537.   \vsize = 2\vsize
  1538.   \doublecolumnpagegoal
  1539. \def\enddoublecolumns{\eject \endgroup \pagegoal=\vsize \unvbox\partialpage}
  1540. \def\doublecolumnsplit{\splittopskip=\topskip \splitmaxdepth=\maxdepth
  1541.   \global\dimen@=\pageheight \global\advance\dimen@ by-\ht\partialpage
  1542.   \global\setbox1=\vsplit255 to\dimen@ \global\setbox0=\vbox{\unvbox1}
  1543.   \global\setbox3=\vsplit255 to\dimen@ \global\setbox2=\vbox{\unvbox3}
  1544.   \ifdim\ht0>\dimen@ \setbox255=\vbox{\unvbox0\unvbox2} \global\setbox255=\copy5 \fi
  1545.   \ifdim\ht2>\dimen@ \setbox255=\vbox{\unvbox0\unvbox2} \global\setbox255=\copy5 \fi
  1546. \def\doublecolumnpagegoal{%
  1547.   \dimen@=\vsize \advance\dimen@ by-2\ht\partialpage \global\pagegoal=\dimen@
  1548. \def\pagesofar{\unvbox\partialpage %
  1549.   \hsize=\doublecolumnhsize % have to restore this since output routine
  1550.   \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}}
  1551. \def\doublecolumnout{%
  1552.   \setbox5=\copy255
  1553.   {\vbadness=10000 \doublecolumnsplit}
  1554.   \ifvbox255
  1555.     \setbox0=\vtop to\dimen@{\unvbox0}
  1556.     \setbox2=\vtop to\dimen@{\unvbox2}
  1557.     \onepageout\pagesofar \unvbox255 \penalty\outputpenalty
  1558.   \else
  1559.     \setbox0=\vbox{\unvbox5}
  1560.     \ifvbox0
  1561.       \dimen@=\ht0 \advance\dimen@ by\topskip \advance\dimen@ by-\baselineskip
  1562.       \divide\dimen@ by2 \splittopskip=\topskip \splitmaxdepth=\maxdepth
  1563.       {\vbadness=10000
  1564.     \loop \global\setbox5=\copy0
  1565.           \setbox1=\vsplit5 to\dimen@
  1566.           \setbox3=\vsplit5 to\dimen@
  1567.           \ifvbox5 \global\advance\dimen@ by1pt \repeat
  1568.         \setbox0=\vbox to\dimen@{\unvbox1}
  1569.         \setbox2=\vbox to\dimen@{\unvbox3}
  1570.         \global\setbox\partialpage=\vbox{\pagesofar}
  1571.         \doublecolumnpagegoal
  1572.       }
  1573.     \fi
  1574.   \fi
  1575. \catcode `\@=\other
  1576. \message{sectioning,}
  1577. % Define chapters, sections, etc.
  1578. \newcount \chapno
  1579. \newcount \secno        \secno=0
  1580. \newcount \subsecno     \subsecno=0
  1581. \newcount \subsubsecno  \subsubsecno=0
  1582. % This counter is funny since it counts through charcodes of letters A, B, ...
  1583. \newcount \appendixno  \appendixno = `\@
  1584. \def\appendixletter{\char\the\appendixno}
  1585. \newwrite \contentsfile
  1586. % This is called from \setfilename.
  1587. \def\opencontents{\openout \contentsfile = \jobname.toc}
  1588. % Each @chapter defines this as the name of the chapter.
  1589. % page headings and footings can use it.  @section does likewise
  1590. \def\thischapter{} \def\thissection{}
  1591. \def\seccheck#1{\if \pageno<0 %
  1592. \errmessage{@#1 not allowed after generating table of contents}\fi
  1593. \def\chapternofonts{%
  1594. \let\rawbackslash=\relax%
  1595. \let\frenchspacing=\relax%
  1596. \def\result{\realbackslash result}
  1597. \def\equiv{\realbackslash equiv}
  1598. \def\expansion{\realbackslash expansion}
  1599. \def\print{\realbackslash print}
  1600. \def\TeX{\realbackslash TeX}
  1601. \def\dots{\realbackslash dots}
  1602. \def\copyright{\realbackslash copyright}
  1603. \def\tt{\realbackslash tt}
  1604. \def\bf{\realbackslash bf }
  1605. \def\w{\realbackslash w}
  1606. \def\less{\realbackslash less}
  1607. \def\gtr{\realbackslash gtr}
  1608. \def\hat{\realbackslash hat}
  1609. \def\char{\realbackslash char}
  1610. \def\tclose##1{\realbackslash tclose {##1}}
  1611. \def\code##1{\realbackslash code {##1}}
  1612. \def\samp##1{\realbackslash samp {##1}}
  1613. \def\r##1{\realbackslash r {##1}}
  1614. \def\b##1{\realbackslash b {##1}}
  1615. \def\key##1{\realbackslash key {##1}}
  1616. \def\file##1{\realbackslash file {##1}}
  1617. \def\kbd##1{\realbackslash kbd {##1}}
  1618. % These are redefined because @smartitalic wouldn't work inside xdef.
  1619. \def\i##1{\realbackslash i {##1}}
  1620. \def\cite##1{\realbackslash cite {##1}}
  1621. \def\var##1{\realbackslash var {##1}}
  1622. \def\emph##1{\realbackslash emph {##1}}
  1623. \def\dfn##1{\realbackslash dfn {##1}}
  1624. \newcount\absseclevel % used to calculate proper heading level
  1625. \newcount\secbase\secbase=0 % @raise/lowersections modify this count
  1626. % @raisesections: treat @section as chapter, @subsection as section, etc.
  1627. \def\raisesections{\global\advance\secbase by -1}
  1628. \let\up=\raisesections % original BFox name
  1629. % @lowersections: treat @chapter as section, @section as subsection, etc.
  1630. \def\lowersections{\global\advance\secbase by 1}
  1631. \let\down=\lowersections % original BFox name
  1632. % Choose a numbered-heading macro
  1633. % #1 is heading level if unmodified by @raisesections or @lowersections
  1634. % #2 is text for heading
  1635. \def\numhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
  1636. \ifcase\absseclevel
  1637.   \chapterzzz{#2}
  1638.   \seczzz{#2}
  1639.   \numberedsubseczzz{#2}
  1640.   \numberedsubsubseczzz{#2}
  1641. \else
  1642.   \ifnum \absseclevel<0
  1643.     \chapterzzz{#2}
  1644.   \else
  1645.     \numberedsubsubseczzz{#2}
  1646.   \fi
  1647. % like \numhead, but chooses appendix heading levels
  1648. \def\apphead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
  1649. \ifcase\absseclevel
  1650.   \appendixzzz{#2}
  1651.   \appendixsectionzzz{#2}
  1652.   \appendixsubseczzz{#2}
  1653.   \appendixsubsubseczzz{#2}
  1654. \else
  1655.   \ifnum \absseclevel<0
  1656.     \appendixzzz{#2}
  1657.   \else
  1658.     \appendixsubsubseczzz{#2}
  1659.   \fi
  1660. % like \numhead, but chooses numberless heading levels
  1661. \def\unnmhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
  1662. \ifcase\absseclevel
  1663.   \unnumberedzzz{#2}
  1664.   \unnumberedseczzz{#2}
  1665.   \unnumberedsubseczzz{#2}
  1666.   \unnumberedsubsubseczzz{#2}
  1667. \else
  1668.   \ifnum \absseclevel<0
  1669.     \unnumberedzzz{#2}
  1670.   \else
  1671.     \unnumberedsubsubseczzz{#2}
  1672.   \fi
  1673. \def\thischaptername{No Chapter Title}
  1674. \outer\def\chapter{\parsearg\chapteryyy}
  1675. \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
  1676. \def\chapterzzz #1{\seccheck{chapter}%
  1677. \secno=0 \subsecno=0 \subsubsecno=0
  1678. \global\advance \chapno by 1 \message{Chapter \the\chapno}%
  1679. \chapmacro {#1}{\the\chapno}%
  1680. \gdef\thissection{#1}%
  1681. \gdef\thischaptername{#1}%
  1682. % We don't substitute the actual chapter name into \thischapter
  1683. % because we don't want its macros evaluated now.
  1684. \xdef\thischapter{Chapter \the\chapno: \noexpand\thischaptername}%
  1685. {\chapternofonts%
  1686. \edef\temp{{\realbackslash chapentry {#1}{\the\chapno}{\noexpand\folio}}}%
  1687. \escapechar=`\\%
  1688. \write \contentsfile \temp  %
  1689. \donoderef %
  1690. \global\let\section = \numberedsec
  1691. \global\let\subsection = \numberedsubsec
  1692. \global\let\subsubsection = \numberedsubsubsec
  1693. \outer\def\appendix{\parsearg\appendixyyy}
  1694. \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
  1695. \def\appendixzzz #1{\seccheck{appendix}%
  1696. \secno=0 \subsecno=0 \subsubsecno=0
  1697. \global\advance \appendixno by 1 \message{Appendix \appendixletter}%
  1698. \chapmacro {#1}{Appendix \appendixletter}%
  1699. \gdef\thissection{#1}%
  1700. \gdef\thischaptername{#1}%
  1701. \xdef\thischapter{Appendix \appendixletter: \noexpand\thischaptername}%
  1702. {\chapternofonts%
  1703. \edef\temp{{\realbackslash chapentry 
  1704.   {#1}{Appendix \appendixletter}{\noexpand\folio}}}%
  1705. \escapechar=`\\%
  1706. \write \contentsfile \temp  %
  1707. \appendixnoderef %
  1708. \global\let\section = \appendixsec
  1709. \global\let\subsection = \appendixsubsec
  1710. \global\let\subsubsection = \appendixsubsubsec
  1711. \outer\def\top{\parsearg\unnumberedyyy}
  1712. \outer\def\unnumbered{\parsearg\unnumberedyyy}
  1713. \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
  1714. \def\unnumberedzzz #1{\seccheck{unnumbered}%
  1715. \secno=0 \subsecno=0 \subsubsecno=0
  1716. % This used to be simply \message{#1}, but TeX fully expands the
  1717. % argument to \message.  Therefore, if #1 contained @-commands, TeX
  1718. % expanded them.  For example, in `@unnumbered The @cite{Book}', TeX
  1719. % expanded @cite (which turns out to cause errors because \cite is meant
  1720. % to be executed, not expanded).  
  1721. % Anyway, we don't want the fully-expanded definition of @cite to appear
  1722. % as a result of the \message, we just want `@cite' itself.  We use
  1723. % \the<toks register> to achieve this: TeX expands \the<toks> only once,
  1724. % simply yielding the contents of the <toks register>.
  1725. \toks0 = {#1}\message{(\the\toks0)}%
  1726. \unnumbchapmacro {#1}%
  1727. \gdef\thischapter{#1}\gdef\thissection{#1}%
  1728. {\chapternofonts%
  1729. \edef\temp{{\realbackslash unnumbchapentry {#1}{\noexpand\folio}}}%
  1730. \escapechar=`\\%
  1731. \write \contentsfile \temp  %
  1732. \unnumbnoderef %
  1733. \global\let\section = \unnumberedsec
  1734. \global\let\subsection = \unnumberedsubsec
  1735. \global\let\subsubsection = \unnumberedsubsubsec
  1736. \outer\def\numberedsec{\parsearg\secyyy}
  1737. \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
  1738. \def\seczzz #1{\seccheck{section}%
  1739. \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
  1740. \gdef\thissection{#1}\secheading {#1}{\the\chapno}{\the\secno}%
  1741. {\chapternofonts%
  1742. \edef\temp{{\realbackslash secentry %
  1743. {#1}{\the\chapno}{\the\secno}{\noexpand\folio}}}%
  1744. \escapechar=`\\%
  1745. \write \contentsfile \temp %
  1746. \donoderef %
  1747. \penalty 10000 %
  1748. \outer\def\appenixsection{\parsearg\appendixsecyyy}
  1749. \outer\def\appendixsec{\parsearg\appendixsecyyy}
  1750. \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
  1751. \def\appendixsectionzzz #1{\seccheck{appendixsection}%
  1752. \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
  1753. \gdef\thissection{#1}\secheading {#1}{\appendixletter}{\the\secno}%
  1754. {\chapternofonts%
  1755. \edef\temp{{\realbackslash secentry %
  1756. {#1}{\appendixletter}{\the\secno}{\noexpand\folio}}}%
  1757. \escapechar=`\\%
  1758. \write \contentsfile \temp %
  1759. \appendixnoderef %
  1760. \penalty 10000 %
  1761. \outer\def\unnumberedsec{\parsearg\unnumberedsecyyy}
  1762. \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
  1763. \def\unnumberedseczzz #1{\seccheck{unnumberedsec}%
  1764. \plainsecheading {#1}\gdef\thissection{#1}%
  1765. {\chapternofonts%
  1766. \edef\temp{{\realbackslash unnumbsecentry{#1}{\noexpand\folio}}}%
  1767. \escapechar=`\\%
  1768. \write \contentsfile \temp %
  1769. \unnumbnoderef %
  1770. \penalty 10000 %
  1771. \outer\def\numberedsubsec{\parsearg\numberedsubsecyyy}
  1772. \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
  1773. \def\numberedsubseczzz #1{\seccheck{subsection}%
  1774. \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
  1775. \subsecheading {#1}{\the\chapno}{\the\secno}{\the\subsecno}%
  1776. {\chapternofonts%
  1777. \edef\temp{{\realbackslash subsecentry %
  1778. {#1}{\the\chapno}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
  1779. \escapechar=`\\%
  1780. \write \contentsfile \temp %
  1781. \donoderef %
  1782. \penalty 10000 %
  1783. \outer\def\appendixsubsec{\parsearg\appendixsubsecyyy}
  1784. \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczzz
  1785. \def\appendixsubseczzz #1{\seccheck{appendixsubsec}%
  1786. \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
  1787. \subsecheading {#1}{\appendixletter}{\the\secno}{\the\subsecno}%
  1788. {\chapternofonts%
  1789. \edef\temp{{\realbackslash subsecentry %
  1790. {#1}{\appendixletter}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
  1791. \escapechar=`\\%
  1792. \write \contentsfile \temp %
  1793. \appendixnoderef %
  1794. \penalty 10000 %
  1795. \outer\def\unnumberedsubsec{\parsearg\unnumberedsubsecyyy}
  1796. \def\unnumberedsubsecyyy #1{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
  1797. \def\unnumberedsubseczzz #1{\seccheck{unnumberedsubsec}%
  1798. \plainsecheading {#1}\gdef\thissection{#1}%
  1799. {\chapternofonts%
  1800. \edef\temp{{\realbackslash unnumbsubsecentry{#1}{\noexpand\folio}}}%
  1801. \escapechar=`\\%
  1802. \write \contentsfile \temp %
  1803. \unnumbnoderef %
  1804. \penalty 10000 %
  1805. \outer\def\numberedsubsubsec{\parsearg\numberedsubsubsecyyy}
  1806. \def\numberedsubsubsecyyy #1{\numhead3{#1}} % normally numberedsubsubseczzz
  1807. \def\numberedsubsubseczzz #1{\seccheck{subsubsection}%
  1808. \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
  1809. \subsubsecheading {#1}
  1810.   {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
  1811. {\chapternofonts%
  1812. \edef\temp{{\realbackslash subsubsecentry %
  1813.   {#1}
  1814.   {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}
  1815.   {\noexpand\folio}}}%
  1816. \escapechar=`\\%
  1817. \write \contentsfile \temp %
  1818. \donoderef %
  1819. \penalty 10000 %
  1820. \outer\def\appendixsubsubsec{\parsearg\appendixsubsubsecyyy}
  1821. \def\appendixsubsubsecyyy #1{\apphead3{#1}} % normally appendixsubsubseczzz
  1822. \def\appendixsubsubseczzz #1{\seccheck{appendixsubsubsec}%
  1823. \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
  1824. \subsubsecheading {#1}
  1825.   {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
  1826. {\chapternofonts%
  1827. \edef\temp{{\realbackslash subsubsecentry{#1}%
  1828.   {\appendixletter}
  1829.   {\the\secno}{\the\subsecno}{\the\subsubsecno}{\noexpand\folio}}}%
  1830. \escapechar=`\\%
  1831. \write \contentsfile \temp %
  1832. \appendixnoderef %
  1833. \penalty 10000 %
  1834. \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubsecyyy}
  1835. \def\unnumberedsubsubsecyyy #1{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
  1836. \def\unnumberedsubsubseczzz #1{\seccheck{unnumberedsubsubsec}%
  1837. \plainsecheading {#1}\gdef\thissection{#1}%
  1838. {\chapternofonts%
  1839. \edef\temp{{\realbackslash unnumbsubsubsecentry{#1}{\noexpand\folio}}}%
  1840. \escapechar=`\\%
  1841. \write \contentsfile \temp %
  1842. \unnumbnoderef %
  1843. \penalty 10000 %
  1844. % These are variants which are not "outer", so they can appear in @ifinfo.
  1845. % Actually, they should now be obsolete; ordinary section commands should work.
  1846. \def\infotop{\parsearg\unnumberedzzz}
  1847. \def\infounnumbered{\parsearg\unnumberedzzz}
  1848. \def\infounnumberedsec{\parsearg\unnumberedseczzz}
  1849. \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
  1850. \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
  1851. \def\infoappendix{\parsearg\appendixzzz}
  1852. \def\infoappendixsec{\parsearg\appendixseczzz}
  1853. \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
  1854. \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
  1855. \def\infochapter{\parsearg\chapterzzz}
  1856. \def\infosection{\parsearg\sectionzzz}
  1857. \def\infosubsection{\parsearg\subsectionzzz}
  1858. \def\infosubsubsection{\parsearg\subsubsectionzzz}
  1859. % These macros control what the section commands do, according
  1860. % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
  1861. % Define them by default for a numbered chapter.
  1862. \global\let\section = \numberedsec
  1863. \global\let\subsection = \numberedsubsec
  1864. \global\let\subsubsection = \numberedsubsubsec
  1865. % Define @majorheading, @heading and @subheading
  1866. % NOTE on use of \vbox for chapter headings, section headings, and
  1867. % such:
  1868. %    1) We use \vbox rather than the earlier \line to permit
  1869. %       overlong headings to fold.
  1870. %    2) \hyphenpenalty is set to 10000 because hyphenation in a
  1871. %       heading is obnoxious; this forbids it.
  1872. %       3) Likewise, headings look best if no \parindent is used, and
  1873. %          if justification is not attempted.  Hence \raggedright.
  1874. \def\majorheading{\parsearg\majorheadingzzz}
  1875. \def\majorheadingzzz #1{%
  1876. {\advance\chapheadingskip by 10pt \chapbreak }%
  1877. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1878.                   \parindent=0pt\raggedright
  1879.                   \rm #1\hfill}}\bigskip \par\penalty 200}
  1880. \def\chapheading{\parsearg\chapheadingzzz}
  1881. \def\chapheadingzzz #1{\chapbreak %
  1882. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1883.                   \parindent=0pt\raggedright
  1884.                   \rm #1\hfill}}\bigskip \par\penalty 200}
  1885. \def\heading{\parsearg\secheadingi}
  1886. \def\subheading{\parsearg\subsecheadingi}
  1887. \def\subsubheading{\parsearg\subsubsecheadingi}
  1888. % These macros generate a chapter, section, etc. heading only
  1889. % (including whitespace, linebreaking, etc. around it),
  1890. % given all the information in convenient, parsed form.
  1891. %%% Args are the skip and penalty (usually negative)
  1892. \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
  1893. \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
  1894. %%% Define plain chapter starts, and page on/off switching for it
  1895. % Parameter controlling skip before chapter headings (if needed)
  1896. \newskip \chapheadingskip \chapheadingskip = 30pt plus 8pt minus 4pt
  1897. \def\chapbreak{\dobreak \chapheadingskip {-4000}}
  1898. \def\chappager{\par\vfill\supereject}
  1899. \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
  1900. \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
  1901. \def\CHAPPAGoff{
  1902. \global\let\pchapsepmacro=\chapbreak
  1903. \global\let\pagealignmacro=\chappager}
  1904. \def\CHAPPAGon{
  1905. \global\let\pchapsepmacro=\chappager
  1906. \global\let\pagealignmacro=\chappager
  1907. \global\def\HEADINGSon{\HEADINGSsingle}}
  1908. \def\CHAPPAGodd{
  1909. \global\let\pchapsepmacro=\chapoddpage
  1910. \global\let\pagealignmacro=\chapoddpage
  1911. \global\def\HEADINGSon{\HEADINGSdouble}}
  1912. \CHAPPAGon
  1913. \def\CHAPFplain{
  1914. \global\let\chapmacro=\chfplain
  1915. \global\let\unnumbchapmacro=\unnchfplain}
  1916. \def\chfplain #1#2{%
  1917.   \pchapsepmacro
  1918.     \chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1919.                      \parindent=0pt\raggedright
  1920.                      \rm #2\enspace #1}%
  1921.   \bigskip
  1922.   \penalty5000
  1923. \def\unnchfplain #1{%
  1924. \pchapsepmacro %
  1925. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1926.                   \parindent=0pt\raggedright
  1927.                   \rm #1\hfill}}\bigskip \par\penalty 10000 %
  1928. \CHAPFplain % The default
  1929. \def\unnchfopen #1{%
  1930. \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1931.                        \parindent=0pt\raggedright
  1932.                        \rm #1\hfill}}\bigskip \par\penalty 10000 %
  1933. \def\chfopen #1#2{\chapoddpage {\chapfonts
  1934. \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
  1935. \par\penalty 5000 %
  1936. \def\CHAPFopen{
  1937. \global\let\chapmacro=\chfopen
  1938. \global\let\unnumbchapmacro=\unnchfopen}
  1939. % Parameter controlling skip before section headings.
  1940. \newskip \subsecheadingskip  \subsecheadingskip = 17pt plus 8pt minus 4pt
  1941. \def\subsecheadingbreak{\dobreak \subsecheadingskip {-500}}
  1942. \newskip \secheadingskip  \secheadingskip = 21pt plus 8pt minus 4pt
  1943. \def\secheadingbreak{\dobreak \secheadingskip {-1000}}
  1944. % @paragraphindent  is defined for the Info formatting commands only.
  1945. \let\paragraphindent=\comment
  1946. % Section fonts are the base font at magstep2, which produces
  1947. % a size a bit more than 14 points in the default situation.    
  1948. \def\secheading #1#2#3{\secheadingi {#2.#3\enspace #1}}
  1949. \def\plainsecheading #1{\secheadingi {#1}}
  1950. \def\secheadingi #1{{\advance \secheadingskip by \parskip %
  1951. \secheadingbreak}%
  1952. {\secfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1953.                  \parindent=0pt\raggedright
  1954.                  \rm #1\hfill}}%
  1955. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000 }
  1956. % Subsection fonts are the base font at magstep1, 
  1957. % which produces a size of 12 points.
  1958. \def\subsecheading #1#2#3#4{\subsecheadingi {#2.#3.#4\enspace #1}}
  1959. \def\subsecheadingi #1{{\advance \subsecheadingskip by \parskip %
  1960. \subsecheadingbreak}%
  1961. {\subsecfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1962.                      \parindent=0pt\raggedright
  1963.                      \rm #1\hfill}}%
  1964. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000 }
  1965. \def\subsubsecfonts{\subsecfonts} % Maybe this should change:
  1966.                   % Perhaps make sssec fonts scaled
  1967.                   % magstep half
  1968. \def\subsubsecheading #1#2#3#4#5{\subsubsecheadingi {#2.#3.#4.#5\enspace #1}}
  1969. \def\subsubsecheadingi #1{{\advance \subsecheadingskip by \parskip %
  1970. \subsecheadingbreak}%
  1971. {\subsubsecfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1972.                        \parindent=0pt\raggedright
  1973.                        \rm #1\hfill}}%
  1974. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000}
  1975. \message{toc printing,}
  1976. % Finish up the main text and prepare to read what we've written
  1977. % to \contentsfile.
  1978. \newskip\contentsrightmargin \contentsrightmargin=1in
  1979. \def\startcontents#1{%
  1980.    \pagealignmacro
  1981.    \immediate\closeout \contentsfile
  1982.    \ifnum \pageno>0
  1983.       \pageno = -1        % Request roman numbered pages.
  1984.    \fi
  1985.    % Don't need to put `Contents' or `Short Contents' in the headline. 
  1986.    % It is abundantly clear what they are.
  1987.    \unnumbchapmacro{#1}\def\thischapter{}%
  1988.    \begingroup           % Set up to handle contents files properly.
  1989.       \catcode`\\=0  \catcode`\{=1  \catcode`\}=2  \catcode`\@=11
  1990.       \raggedbottom             % Worry more about breakpoints than the bottom.
  1991.       \advance\hsize by -\contentsrightmargin % Don't use the full line length.
  1992. % Normal (long) toc.
  1993. \outer\def\contents{%
  1994.    \startcontents{Table of Contents}%
  1995.       \input \jobname.toc
  1996.    \endgroup
  1997.    \vfill \eject
  1998. % And just the chapters.
  1999. \outer\def\summarycontents{%
  2000.    \startcontents{Short Contents}%
  2001.       %
  2002.       \let\chapentry = \shortchapentry
  2003.       \let\unnumbchapentry = \shortunnumberedentry
  2004.       % We want a true roman here for the page numbers.
  2005.       \secfonts
  2006.       \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl
  2007.       \rm
  2008.       \advance\baselineskip by 1pt % Open it up a little.
  2009.       \def\secentry ##1##2##3##4{}
  2010.       \def\unnumbsecentry ##1##2{}
  2011.       \def\subsecentry ##1##2##3##4##5{}
  2012.       \def\unnumbsubsecentry ##1##2{}
  2013.       \def\subsubsecentry ##1##2##3##4##5##6{}
  2014.       \def\unnumbsubsubsecentry ##1##2{}
  2015.       \input \jobname.toc
  2016.    \endgroup
  2017.    \vfill \eject
  2018. \let\shortcontents = \summarycontents
  2019. % These macros generate individual entries in the table of contents.
  2020. % The first argument is the chapter or section name.
  2021. % The last argument is the page number.
  2022. % The arguments in between are the chapter number, section number, ...
  2023. % Chapter-level things, for both the long and short contents.
  2024. \def\chapentry#1#2#3{\dochapentry{#2\labelspace#1}{#3}}
  2025. % See comments in \dochapentry re vbox and related settings
  2026. \def\shortchapentry#1#2#3{%
  2027.   \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno{#3}}%
  2028. % Typeset the label for a chapter or appendix for the short contents.
  2029. % The arg is, e.g. `Appendix A' for an appendix, or `3' for a chapter.
  2030. % We could simplify the code here by writing out an \appendixentry
  2031. % command in the toc file for appendices, instead of using \chapentry
  2032. % for both, but it doesn't seem worth it.
  2033. \setbox0 = \hbox{\shortcontrm Appendix }
  2034. \newdimen\shortappendixwidth \shortappendixwidth = \wd0
  2035. \def\shortchaplabel#1{%
  2036.   % We typeset #1 in a box of constant width, regardless of the text of
  2037.   % #1, so the chapter titles will come out aligned.
  2038.   \setbox0 = \hbox{#1}%
  2039.   \dimen0 = \ifdim\wd0 > \shortappendixwidth \shortappendixwidth \else 0pt \fi
  2040.   % This space should be plenty, since a single number is .5em, and the
  2041.   % widest letter (M) is 1em, at least in the Computer Modern fonts.
  2042.   % (This space doesn't include the extra space that gets added after
  2043.   % the label; that gets put in in \shortchapentry above.)
  2044.   \advance\dimen0 by 1.1em
  2045.   \hbox to \dimen0{#1\hfil}%
  2046. \def\unnumbchapentry#1#2{\dochapentry{#1}{#2}}
  2047. \def\shortunnumberedentry#1#2{\tocentry{#1}{\doshortpageno{#2}}}
  2048. % Sections.
  2049. \def\secentry#1#2#3#4{\dosecentry{#2.#3\labelspace#1}{#4}}
  2050. \def\unnumbsecentry#1#2{\dosecentry{#1}{#2}}
  2051. % Subsections.
  2052. \def\subsecentry#1#2#3#4#5{\dosubsecentry{#2.#3.#4\labelspace#1}{#5}}
  2053. \def\unnumbsubsecentry#1#2{\dosubsecentry{#1}{#2}}
  2054. % And subsubsections.
  2055. \def\subsubsecentry#1#2#3#4#5#6{%
  2056.   \dosubsubsecentry{#2.#3.#4.#5\labelspace#1}{#6}}
  2057. \def\unnumbsubsubsecentry#1#2{\dosubsubsecentry{#1}{#2}}
  2058. % This parameter controls the indentation of the various levels.
  2059. \newdimen\tocindent \tocindent = 3pc
  2060. % Now for the actual typesetting. In all these, #1 is the text and #2 is the 
  2061. % page number.
  2062. % If the toc has to be broken over pages, we would want to be at chapters 
  2063. % if at all possible; hence the \penalty.
  2064. \def\dochapentry#1#2{%
  2065.    \penalty-300 \vskip\baselineskip
  2066.    \begingroup
  2067.      \chapentryfonts
  2068.      \tocentry{#1}{\dopageno{#2}}%
  2069.    \endgroup
  2070.    \nobreak\vskip .25\baselineskip
  2071. \def\dosecentry#1#2{\begingroup
  2072.   \secentryfonts \leftskip=\tocindent
  2073.   \tocentry{#1}{\dopageno{#2}}%
  2074. \endgroup}
  2075. \def\dosubsecentry#1#2{\begingroup
  2076.   \subsecentryfonts \leftskip=2\tocindent
  2077.   \tocentry{#1}{\dopageno{#2}}%
  2078. \endgroup}
  2079. \def\dosubsubsecentry#1#2{\begingroup
  2080.   \subsubsecentryfonts \leftskip=3\tocindent
  2081.   \tocentry{#1}{\dopageno{#2}}%
  2082. \endgroup}
  2083. % Final typesetting of a toc entry; we use the same \entry macro as for
  2084. % the index entries, but we want to suppress hyphenation here.  (We
  2085. % can't do that in the \entry macro, since index entries might consist
  2086. % of hyphenated-identifiers-that-do-not-fit-on-a-line-and-nothing-else.)
  2087. \def\tocentry#1#2{\begingroup
  2088.   \hyphenpenalty = 10000
  2089.   \entry{#1}{#2}%
  2090. \endgroup}
  2091. % Space between chapter (or whatever) number and the title.
  2092. \def\labelspace{\hskip1em \relax}
  2093. \def\dopageno#1{{\rm #1}}
  2094. \def\doshortpageno#1{{\rm #1}}
  2095. \def\chapentryfonts{\secfonts \rm}
  2096. \def\secentryfonts{\textfonts}
  2097. \let\subsecentryfonts = \textfonts
  2098. \let\subsubsecentryfonts = \textfonts
  2099. \message{environments,}
  2100. % Since these characters are used in examples, it should be an even number of 
  2101. % \tt widths. Each \tt character is 1en, so two makes it 1em.
  2102. % Furthermore, these definitions must come after we define our fonts.
  2103. \newbox\dblarrowbox    \newbox\longdblarrowbox
  2104. \newbox\pushcharbox    \newbox\bullbox
  2105. \newbox\equivbox       \newbox\errorbox
  2106. \let\ptexequiv = \equiv
  2107. %{\tentt
  2108. %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
  2109. %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
  2110. %\global\setbox\pushcharbox = \hbox to 1em{\hfil$\dashv$\hfil}
  2111. %\global\setbox\equivbox = \hbox to 1em{\hfil$\ptexequiv$\hfil}
  2112. % Adapted from the manmac format (p.420 of TeXbook)
  2113. %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
  2114. %                                      depth .1ex\hfil}
  2115. \def\point{$\star$}
  2116. \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
  2117. \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
  2118. \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
  2119. \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
  2120. % Adapted from the TeXbook's \boxit.
  2121. {\tentt \global\dimen0 = 3em}% Width of the box.
  2122. \dimen2 = .55pt % Thickness of rules
  2123. % The text. (`r' is open on the right, `e' somewhat less so on the left.)
  2124. \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
  2125. \global\setbox\errorbox=\hbox to \dimen0{\hfil
  2126.    \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
  2127.    \advance\hsize by -2\dimen2 % Rules.
  2128.    \vbox{
  2129.       \hrule height\dimen2
  2130.       \hbox{\vrule width\dimen2 \kern3pt          % Space to left of text.
  2131.          \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
  2132.          \kern3pt\vrule width\dimen2}% Space to right.
  2133.       \hrule height\dimen2}
  2134.     \hfil}
  2135. % The @error{} command.
  2136. \def\error{\leavevmode\lower.7ex\copy\errorbox}
  2137. % @tex ... @end tex    escapes into raw Tex temporarily.
  2138. % One exception: @ is still an escape character, so that @end tex works.
  2139. % But \@ or @@ will get a plain tex @ character.
  2140. \def\tex{\begingroup
  2141. \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
  2142. \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
  2143. \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
  2144. \catcode `\%=14
  2145. \catcode 43=12
  2146. \catcode`\"=12
  2147. \catcode`\==12
  2148. \catcode`\|=12
  2149. \catcode`\<=12
  2150. \catcode`\>=12
  2151. \escapechar=`\\
  2152. \let\{=\ptexlbrace
  2153. \let\}=\ptexrbrace
  2154. \let\.=\ptexdot
  2155. \let\*=\ptexstar
  2156. \let\dots=\ptexdots
  2157. \def\@{@}%
  2158. \let\bullet=\ptexbullet
  2159. \let\b=\ptexb \let\c=\ptexc \let\i=\ptexi \let\t=\ptext \let\l=\ptexl
  2160. \let\L=\ptexL
  2161. \let\Etex=\endgroup}
  2162. % Define @lisp ... @endlisp.
  2163. % @lisp does a \begingroup so it can rebind things,
  2164. % including the definition of @endlisp (which normally is erroneous).
  2165. % Amount to narrow the margins by for @lisp.
  2166. \newskip\lispnarrowing \lispnarrowing=0.4in
  2167. % This is the definition that ^M gets inside @lisp
  2168. % phr: changed space to \null, to avoid overfull hbox problems.
  2169. {\obeyspaces%
  2170. \gdef\lisppar{\null\endgraf}}
  2171. % Make each space character in the input produce a normal interword
  2172. % space in the output.  Don't allow a line break at this space, as this
  2173. % is used only in environments like @example, where each line of input
  2174. % should produce a line of output anyway.
  2175. {\obeyspaces %
  2176. \gdef\sepspaces{\obeyspaces\let =\tie}}
  2177. % This space is always present above and below environments.
  2178. \newskip\envskipamount \envskipamount = 0pt
  2179. % Make spacing and below environment symmetrical.
  2180. \def\aboveenvbreak{{\advance\envskipamount by \parskip
  2181. \endgraf \ifdim\lastskip<\envskipamount
  2182. \removelastskip \penalty-50 \vskip\envskipamount \fi}}
  2183. \let\afterenvbreak = \aboveenvbreak
  2184. % \nonarrowing is a flag.  If "set", @lisp etc don't narrow margins.
  2185. \let\nonarrowing=\relax
  2186. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2187. % \cartouche: draw rectangle w/rounded corners around argument
  2188. \font\circle=lcircle10
  2189. \newdimen\circthick
  2190. \newdimen\cartouter\newdimen\cartinner
  2191. \newskip\normbskip\newskip\normpskip\newskip\normlskip
  2192. \circthick=\fontdimen8\circle
  2193. \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
  2194. \def\ctr{{\hskip 6pt\circle\char'010}}
  2195. \def\cbl{{\circle\char'012\hskip -6pt}}
  2196. \def\cbr{{\hskip 6pt\circle\char'011}}
  2197. \def\carttop{\hbox to \cartouter{\hskip\lskip
  2198.     \ctl\leaders\hrule height\circthick\hfil\ctr
  2199.     \hskip\rskip}}
  2200. \def\cartbot{\hbox to \cartouter{\hskip\lskip
  2201.     \cbl\leaders\hrule height\circthick\hfil\cbr
  2202.     \hskip\rskip}}
  2203. \newskip\lskip\newskip\rskip
  2204. \long\def\cartouche{%
  2205. \begingroup
  2206.     \lskip=\leftskip \rskip=\rightskip
  2207.     \leftskip=0pt\rightskip=0pt %we want these *outside*.
  2208.     \cartinner=\hsize \advance\cartinner by-\lskip 
  2209.                \advance\cartinner by-\rskip
  2210.     \cartouter=\hsize
  2211.     \advance\cartouter by 18pt % allow for 3pt kerns on either
  2212. %                     side, and for 6pt waste from
  2213. %                     each corner char
  2214.     \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
  2215.     % Flag to tell @lisp, etc., not to narrow margin.
  2216.     \let\nonarrowing=\comment
  2217.     \vbox\bgroup
  2218.         \baselineskip=0pt\parskip=0pt\lineskip=0pt
  2219.         \carttop
  2220.         \hbox\bgroup
  2221.             \hskip\lskip
  2222.             \vrule\kern3pt
  2223.             \vbox\bgroup
  2224.                 \hsize=\cartinner
  2225.                 \kern3pt
  2226.                 \begingroup
  2227.                     \baselineskip=\normbskip
  2228.                     \lineskip=\normlskip
  2229.                     \parskip=\normpskip
  2230.                     \vskip -\parskip
  2231. \def\Ecartouche{%
  2232.                 \endgroup
  2233.                 \kern3pt
  2234.             \egroup
  2235.             \kern3pt\vrule
  2236.             \hskip\rskip
  2237.         \egroup
  2238.         \cartbot
  2239.     \egroup
  2240. \endgroup
  2241. % This macro is called at the beginning of all the @example variants,
  2242. % inside a group.
  2243. \def\nonfillstart{%
  2244.   \aboveenvbreak
  2245.   \inENV % This group ends at the end of the body
  2246.   \hfuzz = 12pt % Don't be fussy
  2247.   \sepspaces % Make spaces be word-separators rather than space tokens.
  2248.   \singlespace % single space lines
  2249.   \let\par = \lisppar % don't ignore blank lines
  2250.   \obeylines % each line of input is a line of output
  2251.   \parskip = 0pt
  2252.   \parindent = 0pt
  2253.   \emergencystretch = 0pt % don't try to avoid overfull boxes
  2254.   % @cartouche defines \nonarrowing to inhibit narrowing
  2255.   % at next level down.
  2256.   \ifx\nonarrowing\relax
  2257.     \advance \leftskip by \lispnarrowing
  2258.     \exdentamount=\lispnarrowing
  2259.     \let\exdent=\nofillexdent
  2260.     \let\nonarrowing=\relax
  2261.   \fi
  2262. \def\Elisp{\endgroup\afterenvbreak}%
  2263. \def\lisp{\begingroup
  2264.   \nonfillstart
  2265.   \def\Elisp{\endgroup\afterenvbreak}%
  2266.   \tt
  2267.   \rawbackslash % output the \ character from the current font
  2268.   \gobble
  2269. % Define the \E... control sequence only if we are inside the
  2270. % environment, so the error checking in \end will work.
  2271. % We must call \lisp last in the definition, since it reads the
  2272. % return following the @example (or whatever) command.
  2273. \def\example{\begingroup \def\Eexample{\Elisp\endgroup}\lisp}
  2274. \def\smallexample{\begingroup \def\Esmallexample{\Elisp\endgroup}\lisp}
  2275. % Macro for 9 pt. examples, necessary to print with 5" lines.  From
  2276. % Pavel@xerox.  This is not used for @smallexamples unless the
  2277. % @smallbook command is given.
  2278. \def\smalllispx{\begingroup
  2279.   \nonfillstart
  2280.   \def\Esmalllisp{\endgroup\afterenvbreak}%
  2281.   % Smaller interline space and fonts for small examples.
  2282.   \baselineskip 10pt
  2283.   \indexfonts \tt
  2284.   \rawbackslash % output the \ character from the current font
  2285.   \gobble
  2286. % This is @display; same as @lisp except use roman font.
  2287. \def\display{\begingroup
  2288.   \nonfillstart
  2289.   \def\Edisplay{\endgroup\afterenvbreak}%
  2290.   \gobble
  2291. % This is @format; same as @display except don't narrow margins.
  2292. \def\format{\begingroup
  2293.   \let\nonarrowing = t
  2294.   \nonfillstart
  2295.   \def\Eformat{\endgroup\afterenvbreak}
  2296.   \gobble
  2297. % @flushleft (same as @format) and @flushright.
  2298. \def\flushleft{\begingroup
  2299.   \let\nonarrowing = t
  2300.   \nonfillstart
  2301.   \def\Eflushleft{\endgroup\afterenvbreak}%
  2302.   \gobble
  2303. \def\flushright{\begingroup
  2304.   \let\nonarrowing = t
  2305.   \nonfillstart
  2306.   \def\Eflushright{\endgroup\afterenvbreak}%
  2307.   \advance\leftskip by 0pt plus 1fill
  2308.   \gobble}
  2309. % @quotation does normal linebreaking and narrows the margins.
  2310. \def\quotation{%
  2311. \begingroup\inENV %This group ends at the end of the @quotation body
  2312. {\parskip=0pt  % because we will skip by \parskip too, later
  2313. \aboveenvbreak}%
  2314. \singlespace
  2315. \parindent=0pt
  2316. \def\Equotation{\par\endgroup\afterenvbreak}%
  2317. % @cartouche defines \nonarrowing to inhibit narrowing
  2318. % at next level down.
  2319. \ifx\nonarrowing\relax
  2320. \advance \leftskip by \lispnarrowing
  2321. \advance \rightskip by \lispnarrowing
  2322. \exdentamount=\lispnarrowing
  2323. \let\nonarrowing=\relax
  2324. \message{defuns,}
  2325. % Define formatter for defuns
  2326. % First, allow user to change definition object font (\df) internally
  2327. \def\setdeffont #1 {\csname DEF#1\endcsname}
  2328. \newskip\defbodyindent \defbodyindent=.4in
  2329. \newskip\defargsindent \defargsindent=50pt
  2330. \newskip\deftypemargin \deftypemargin=12pt
  2331. \newskip\deflastargmargin \deflastargmargin=18pt
  2332. \newcount\parencount
  2333. % define \functionparens, which makes ( and ) and & do special things.
  2334. % \functionparens affects the group it is contained in.
  2335. \def\activeparens{%
  2336. \catcode`\(=\active \catcode`\)=\active \catcode`\&=\active
  2337. \catcode`\[=\active \catcode`\]=\active}
  2338. % Make control sequences which act like normal parenthesis chars.
  2339. \let\lparen = ( \let\rparen = )
  2340. {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
  2341. % Be sure that we always have a definition for `(', etc.  For example,
  2342. % if the fn name has parens in it, \boldbrax will not be in effect yet,
  2343. % so TeX would otherwise complain about undefined control sequence.
  2344. \global\let(=\lparen \global\let)=\rparen
  2345. \global\let[=\lbrack \global\let]=\rbrack
  2346. \gdef\functionparens{\boldbrax\let&=\amprm\parencount=0 }
  2347. \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
  2348. % Definitions of (, ) and & used in args for functions.
  2349. % This is the definition of ( outside of all parentheses.
  2350. \gdef\oprm#1 {{\rm\char`\(}#1 \bf \let(=\opnested %
  2351. \global\advance\parencount by 1 }
  2352. % This is the definition of ( when already inside a level of parens.
  2353. \gdef\opnested{\char`\(\global\advance\parencount by 1 }
  2354. \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
  2355. % also in that case restore the outer-level definition of (.
  2356. \ifnum \parencount=1 {\rm \char `\)}\sl \let(=\oprm \else \char `\) \fi
  2357. \global\advance \parencount by -1 }
  2358. % If we encounter &foo, then turn on ()-hacking afterwards
  2359. \gdef\amprm#1 {{\rm\}\let(=\oprm \let)=\clrm\ }
  2360. \gdef\normalparens{\boldbrax\let&=\ampnr}
  2361. } % End of definition inside \activeparens
  2362. %% These parens (in \boldbrax) actually are a little bolder than the
  2363. %% contained text.  This is especially needed for [ and ]
  2364. \def\opnr{{\sf\char`\(}} \def\clnr{{\sf\char`\)}} \def\ampnr{\&}
  2365. \def\lbrb{{\bf\char`\[}} \def\rbrb{{\bf\char`\]}}
  2366. % First, defname, which formats the header line itself.
  2367. % #1 should be the function name.
  2368. % #2 should be the type of definition, such as "Function".
  2369. \def\defname #1#2{%
  2370. % Get the values of \leftskip and \rightskip as they were
  2371. % outside the @def...
  2372. \dimen2=\leftskip
  2373. \advance\dimen2 by -\defbodyindent
  2374. \dimen3=\rightskip
  2375. \advance\dimen3 by -\defbodyindent
  2376. \noindent        %
  2377. \setbox0=\hbox{\hskip \deflastargmargin{\rm #2}\hskip \deftypemargin}%
  2378. \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
  2379. \dimen1=\hsize \advance \dimen1 by -\defargsindent %size for continuations
  2380. \parshape 2 0in \dimen0 \defargsindent \dimen1     %
  2381. % Now output arg 2 ("Function" or some such)
  2382. % ending at \deftypemargin from the right margin,
  2383. % but stuck inside a box of width 0 so it does not interfere with linebreaking
  2384. {% Adjust \hsize to exclude the ambient margins,
  2385. % so that \rightline will obey them.
  2386. \advance \hsize by -\dimen2 \advance \hsize by -\dimen3
  2387. \rlap{\rightline{{\rm #2}\hskip \deftypemargin}}}%
  2388. % Make all lines underfull and no complaints:
  2389. \tolerance=10000 \hbadness=10000    
  2390. \advance\leftskip by -\defbodyindent
  2391. \exdentamount=\defbodyindent
  2392. {\df #1}\enskip        % Generate function name
  2393. % Actually process the body of a definition
  2394. % #1 should be the terminating control sequence, such as \Edefun.
  2395. % #2 should be the "another name" control sequence, such as \defunx.
  2396. % #3 should be the control sequence that actually processes the header,
  2397. %    such as \defunheader.
  2398. \def\defparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
  2399. \medbreak %
  2400. % Define the end token that this defining construct specifies
  2401. % so that it will exit this group.
  2402. \def#1{\endgraf\endgroup\medbreak}%
  2403. \def#2{\begingroup\obeylines\activeparens\spacesplit#3}%
  2404. \parindent=0in
  2405. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2406. \exdentamount=\defbodyindent
  2407. \begingroup %
  2408. \catcode 61=\active %
  2409. \obeylines\activeparens\spacesplit#3}
  2410. \def\defmethparsebody #1#2#3#4 {\begingroup\inENV %
  2411. \medbreak %
  2412. % Define the end token that this defining construct specifies
  2413. % so that it will exit this group.
  2414. \def#1{\endgraf\endgroup\medbreak}%
  2415. \def#2##1 {\begingroup\obeylines\activeparens\spacesplit{#3{##1}}}%
  2416. \parindent=0in
  2417. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2418. \exdentamount=\defbodyindent
  2419. \begingroup\obeylines\activeparens\spacesplit{#3{#4}}}
  2420. \def\defopparsebody #1#2#3#4#5 {\begingroup\inENV %
  2421. \medbreak %
  2422. % Define the end token that this defining construct specifies
  2423. % so that it will exit this group.
  2424. \def#1{\endgraf\endgroup\medbreak}%
  2425. \def#2##1 ##2 {\def#4{##1}%
  2426. \begingroup\obeylines\activeparens\spacesplit{#3{##2}}}%
  2427. \parindent=0in
  2428. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2429. \exdentamount=\defbodyindent
  2430. \begingroup\obeylines\activeparens\spacesplit{#3{#5}}}
  2431. % These parsing functions are similar to the preceding ones
  2432. % except that they do not make parens into active characters.
  2433. % These are used for "variables" since they have no arguments.
  2434. \def\defvarparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
  2435. \medbreak %
  2436. % Define the end token that this defining construct specifies
  2437. % so that it will exit this group.
  2438. \def#1{\endgraf\endgroup\medbreak}%
  2439. \def#2{\begingroup\obeylines\spacesplit#3}%
  2440. \parindent=0in
  2441. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2442. \exdentamount=\defbodyindent
  2443. \begingroup %
  2444. \catcode 61=\active %
  2445. \obeylines\spacesplit#3}
  2446. \def\defvrparsebody #1#2#3#4 {\begingroup\inENV %
  2447. \medbreak %
  2448. % Define the end token that this defining construct specifies
  2449. % so that it will exit this group.
  2450. \def#1{\endgraf\endgroup\medbreak}%
  2451. \def#2##1 {\begingroup\obeylines\spacesplit{#3{##1}}}%
  2452. \parindent=0in
  2453. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2454. \exdentamount=\defbodyindent
  2455. \begingroup\obeylines\spacesplit{#3{#4}}}
  2456. % This seems to work right in all cases.
  2457. \let\deftpparsebody=\defvrparsebody
  2458. % This fails to work.  When given `@deftp {Data Type} foo_t',
  2459. % it thinks the type name is just `f'.
  2460. %%% This is the same as all the others except for the last line.  We need
  2461. %%% to parse the arguments differently for @deftp, since the ``attributes''
  2462. %%% there are optional.
  2463. %%\def\deftpparsebody #1#2#3#4 {\begingroup\inENV %
  2464. %%\medbreak %
  2465. %%% Define the end token that this defining construct specifies
  2466. %%% so that it will exit this group.
  2467. %%\def#1{\endgraf\endgroup\medbreak}%
  2468. %%\def#2##1 {\begingroup\obeylines\spacesplit{#3{##1}}}%
  2469. %%\parindent=0in
  2470. %%\advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2471. %%\exdentamount=\defbodyindent
  2472. %%\begingroup\obeylines\parsetpheaderline{#3{#4}}}
  2473. %%{\obeylines %
  2474. %%  % Parse the type name and any attributes (field names, etc.).
  2475. %%  % #1 is the beginning of the macro call that will produce the output,
  2476. %%  %   i.e., \deftpheader{CLASS}; this is passed from \deftpparsebody.
  2477. %%  % #2 is the type name, e.g., `struct termios'.
  2478. %%  % #3 is the (possibly empty) attribute list.
  2479. %%  % 
  2480. %%  \gdef\parsetpheaderline#1#2#3^^M{%
  2481. %%    \endgroup % Started in \deftpparsebody.
  2482. %%    %
  2483. %%    % If the attribute list is in fact empty, there will be no space after
  2484. %%    % #2; so we can't put a space in our TeX parameter list.  But if it
  2485. %%    % isn't empty, then #3 will begin with an unwanted space.
  2486. %%    \def\theargs{\ignorespaces #3}%
  2487. %%    %
  2488. %%    % Call the macro to produce the output.
  2489. %%    #1{#2}\theargs %
  2490. %%  }%
  2491. \def\defopvarparsebody #1#2#3#4#5 {\begingroup\inENV %
  2492. \medbreak %
  2493. % Define the end token that this defining construct specifies
  2494. % so that it will exit this group.
  2495. \def#1{\endgraf\endgroup\medbreak}%
  2496. \def#2##1 ##2 {\def#4{##1}%
  2497. \begingroup\obeylines\spacesplit{#3{##2}}}%
  2498. \parindent=0in
  2499. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2500. \exdentamount=\defbodyindent
  2501. \begingroup\obeylines\spacesplit{#3{#5}}}
  2502. % Split up #2 at the first space token.
  2503. % call #1 with two arguments:
  2504. %  the first is all of #2 before the space token,
  2505. %  the second is all of #2 after that space token.
  2506. % If #2 contains no space token, all of it is passed as the first arg
  2507. % and the second is passed as empty.
  2508. {\obeylines
  2509. \gdef\spacesplit#1#2^^M{\endgroup\spacesplitfoo{#1}#2 \relax\spacesplitfoo}%
  2510. \long\gdef\spacesplitfoo#1#2 #3#4\spacesplitfoo{%
  2511. \ifx\relax #3%
  2512. #1{#2}{}\else #1{#2}{#3#4}\fi}}
  2513. % So much for the things common to all kinds of definitions.
  2514. % Define @defun.
  2515. % First, define the processing that is wanted for arguments of \defun
  2516. % Use this to expand the args and terminate the paragraph they make up
  2517. \def\defunargs #1{\functionparens \sl
  2518. % Expand, preventing hyphenation at `-' chars.
  2519. % Note that groups don't affect changes in \hyphenchar.
  2520. \hyphenchar\tensl=0
  2521. \hyphenchar\tensl=45
  2522. \ifnum\parencount=0 \else \errmessage{unbalanced parens in @def arguments}\fi%
  2523. \interlinepenalty=10000
  2524. \advance\rightskip by 0pt plus 1fil
  2525. \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
  2526. \def\deftypefunargs #1{%
  2527. % Expand, preventing hyphenation at `-' chars.
  2528. % Note that groups don't affect changes in \hyphenchar.
  2529. \functionparens
  2530. \code{#1}%
  2531. \interlinepenalty=10000
  2532. \advance\rightskip by 0pt plus 1fil
  2533. \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
  2534. % Do complete processing of one @defun or @defunx line already parsed.
  2535. % @deffn Command forward-char nchars
  2536. \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
  2537. \def\deffnheader #1#2#3{\doind {fn}{\code{#2}}%
  2538. \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
  2539. \catcode 61=\other % Turn off change made in \defparsebody
  2540. % @defun == @deffn Function
  2541. \def\defun{\defparsebody\Edefun\defunx\defunheader}
  2542. \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2543. \begingroup\defname {#1}{Function}%
  2544. \defunargs {#2}\endgroup %
  2545. \catcode 61=\other % Turn off change made in \defparsebody
  2546. % @deftypefun int foobar (int @var{foo}, float @var{bar})
  2547. \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
  2548. % #1 is the data type.  #2 is the name and args.
  2549. \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
  2550. % #1 is the data type, #2 the name, #3 the args.
  2551. \def\deftypefunheaderx #1#2 #3\relax{%
  2552. \doind {fn}{\code{#2}}% Make entry in function index
  2553. \begingroup\defname {\code{#1} #2}{Function}%
  2554. \deftypefunargs {#3}\endgroup %
  2555. \catcode 61=\other % Turn off change made in \defparsebody
  2556. % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
  2557. \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
  2558. % #1 is the classification.  #2 is the data type.  #3 is the name and args.
  2559. \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
  2560. % #1 is the classification, #2 the data type, #3 the name, #4 the args.
  2561. \def\deftypefnheaderx #1#2#3 #4\relax{%
  2562. \doind {fn}{\code{#3}}% Make entry in function index
  2563. \begingroup\defname {\code{#2} #3}{#1}%
  2564. \deftypefunargs {#4}\endgroup %
  2565. \catcode 61=\other % Turn off change made in \defparsebody
  2566. % @defmac == @deffn Macro
  2567. \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
  2568. \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2569. \begingroup\defname {#1}{Macro}%
  2570. \defunargs {#2}\endgroup %
  2571. \catcode 61=\other % Turn off change made in \defparsebody
  2572. % @defspec == @deffn Special Form
  2573. \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
  2574. \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2575. \begingroup\defname {#1}{Special Form}%
  2576. \defunargs {#2}\endgroup %
  2577. \catcode 61=\other % Turn off change made in \defparsebody
  2578. % This definition is run if you use @defunx
  2579. % anywhere other than immediately after a @defun or @defunx.
  2580. \def\deffnx #1 {\errmessage{@deffnx in invalid context}}
  2581. \def\defunx #1 {\errmessage{@defunx in invalid context}}
  2582. \def\defmacx #1 {\errmessage{@defmacx in invalid context}}
  2583. \def\defspecx #1 {\errmessage{@defspecx in invalid context}}
  2584. \def\deftypefnx #1 {\errmessage{@deftypefnx in invalid context}}
  2585. \def\deftypeunx #1 {\errmessage{@deftypeunx in invalid context}}
  2586. % @defmethod, and so on
  2587. % @defop {Funny Method} foo-class frobnicate argument
  2588. \def\defop #1 {\def\defoptype{#1}%
  2589. \defopparsebody\Edefop\defopx\defopheader\defoptype}
  2590. \def\defopheader #1#2#3{%
  2591. \dosubind {fn}{\code{#2}}{on #1}% Make entry in function index
  2592. \begingroup\defname {#2}{\defoptype{} on #1}%
  2593. \defunargs {#3}\endgroup %
  2594. % @defmethod == @defop Method
  2595. \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
  2596. \def\defmethodheader #1#2#3{%
  2597. \dosubind {fn}{\code{#2}}{on #1}% entry in function index
  2598. \begingroup\defname {#2}{Method on #1}%
  2599. \defunargs {#3}\endgroup %
  2600. % @defcv {Class Option} foo-class foo-flag
  2601. \def\defcv #1 {\def\defcvtype{#1}%
  2602. \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
  2603. \def\defcvarheader #1#2#3{%
  2604. \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
  2605. \begingroup\defname {#2}{\defcvtype{} of #1}%
  2606. \defvarargs {#3}\endgroup %
  2607. % @defivar == @defcv {Instance Variable}
  2608. \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
  2609. \def\defivarheader #1#2#3{%
  2610. \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
  2611. \begingroup\defname {#2}{Instance Variable of #1}%
  2612. \defvarargs {#3}\endgroup %
  2613. % These definitions are run if you use @defmethodx, etc.,
  2614. % anywhere other than immediately after a @defmethod, etc.
  2615. \def\defopx #1 {\errmessage{@defopx in invalid context}}
  2616. \def\defmethodx #1 {\errmessage{@defmethodx in invalid context}}
  2617. \def\defcvx #1 {\errmessage{@defcvx in invalid context}}
  2618. \def\defivarx #1 {\errmessage{@defivarx in invalid context}}
  2619. % Now @defvar
  2620. % First, define the processing that is wanted for arguments of @defvar.
  2621. % This is actually simple: just print them in roman.
  2622. % This must expand the args and terminate the paragraph they make up
  2623. \def\defvarargs #1{\normalparens #1%
  2624. \interlinepenalty=10000
  2625. \endgraf\penalty 10000\vskip -\parskip\penalty 10000}
  2626. % @defvr Counter foo-count
  2627. \def\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
  2628. \def\defvrheader #1#2#3{\doind {vr}{\code{#2}}%
  2629. \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
  2630. % @defvar == @defvr Variable
  2631. \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
  2632. \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
  2633. \begingroup\defname {#1}{Variable}%
  2634. \defvarargs {#2}\endgroup %
  2635. % @defopt == @defvr {User Option}
  2636. \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
  2637. \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
  2638. \begingroup\defname {#1}{User Option}%
  2639. \defvarargs {#2}\endgroup %
  2640. % @deftypevar int foobar
  2641. \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
  2642. % #1 is the data type.  #2 is the name.
  2643. \def\deftypevarheader #1#2{%
  2644. \doind {vr}{\code{#2}}% Make entry in variables index
  2645. \begingroup\defname {\code{#1} #2}{Variable}%
  2646. \interlinepenalty=10000
  2647. \endgraf\penalty 10000\vskip -\parskip\penalty 10000
  2648. \endgroup}
  2649. % @deftypevr {Global Flag} int enable
  2650. \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
  2651. \def\deftypevrheader #1#2#3{\doind {vr}{\code{#3}}%
  2652. \begingroup\defname {\code{#2} #3}{#1}
  2653. \interlinepenalty=10000
  2654. \endgraf\penalty 10000\vskip -\parskip\penalty 10000
  2655. \endgroup}
  2656. % This definition is run if you use @defvarx
  2657. % anywhere other than immediately after a @defvar or @defvarx.
  2658. \def\defvrx #1 {\errmessage{@defvrx in invalid context}}
  2659. \def\defvarx #1 {\errmessage{@defvarx in invalid context}}
  2660. \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
  2661. \def\deftypevarx #1 {\errmessage{@deftypevarx in invalid context}}
  2662. \def\deftypevrx #1 {\errmessage{@deftypevrx in invalid context}}
  2663. % Now define @deftp
  2664. % Args are printed in bold, a slight difference from @defvar.
  2665. \def\deftpargs #1{\bf \defvarargs{#1}}
  2666. % @deftp Class window height width ...
  2667. \def\deftp{\deftpparsebody\Edeftp\deftpx\deftpheader}
  2668. \def\deftpheader #1#2#3{\doind {tp}{\code{#2}}%
  2669. \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
  2670. % This definition is run if you use @deftpx, etc
  2671. % anywhere other than immediately after a @deftp, etc.
  2672. \def\deftpx #1 {\errmessage{@deftpx in invalid context}}
  2673. \message{cross reference,}
  2674. % Define cross-reference macros
  2675. \newwrite \auxfile
  2676. \newif\ifhavexrefs  % True if xref values are known.
  2677. \newif\ifwarnedxrefs  % True if we warned once that they aren't known.
  2678. % \setref{foo} defines a cross-reference point named foo.
  2679. \def\setref#1{%
  2680. %\dosetq{#1-title}{Ytitle}%
  2681. \dosetq{#1-pg}{Ypagenumber}%
  2682. \dosetq{#1-snt}{Ysectionnumberandtype}}
  2683. \def\unnumbsetref#1{%
  2684. %\dosetq{#1-title}{Ytitle}%
  2685. \dosetq{#1-pg}{Ypagenumber}%
  2686. \dosetq{#1-snt}{Ynothing}}
  2687. \def\appendixsetref#1{%
  2688. %\dosetq{#1-title}{Ytitle}%
  2689. \dosetq{#1-pg}{Ypagenumber}%
  2690. \dosetq{#1-snt}{Yappendixletterandtype}}
  2691. % \xref, \pxref, and \ref generate cross-references to specified points.
  2692. % For \xrefX, #1 is the node name, #2 the name of the Info
  2693. % cross-reference, #3 the printed node name, #4 the name of the Info
  2694. % file, #5 the name of the printed manual.  All but the node name can be
  2695. % omitted.
  2696. \def\pxref#1{see \xrefX[#1,,,,,,,]}
  2697. \def\xref#1{See \xrefX[#1,,,,,,,]}
  2698. \def\ref#1{\xrefX[#1,,,,,,,]}
  2699. \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup%
  2700. \def\printedmanual{\ignorespaces #5}%
  2701. \def\printednodename{\ignorespaces #3}%
  2702. \setbox1=\hbox{\printedmanual}%
  2703. \setbox0=\hbox{\printednodename}%
  2704. \ifdim \wd0=0pt%
  2705. \def\printednodename{\ignorespaces #1}%
  2706. %%% Uncommment the following line to make the actual chapter or section title
  2707. %%% appear inside the square brackets.
  2708. %\def\printednodename{#1-title}%
  2709. % If we use \unhbox0 and \unhbox1 to print the node names, TeX does
  2710. % not insert empty discretionaries after hyphens, which means that it
  2711. % will not find a line break at a hyphen in a node names.  Since some
  2712. % manuals are best written with fairly long node names, containing
  2713. % hyphens, this is a loss.  Therefore, we simply give the text of
  2714. % the node name again, so it is as if TeX is seeing it for the first
  2715. % time.
  2716. \ifdim \wd1>0pt
  2717. section ``\printednodename'' in \cite{\printedmanual}%
  2718. \else%
  2719. \turnoffactive%
  2720. \refx{#1-snt}{} [\printednodename], page\tie\refx{#1-pg}{}%
  2721. \endgroup}
  2722. % \dosetq is the interface for calls from other macros
  2723. % Use \turnoffactive so that punctuation chars such as underscore
  2724. % work in node names.
  2725. \def\dosetq #1#2{{\let\folio=0 \turnoffactive%
  2726. \edef\next{\write\auxfile{\internalsetq {#1}{#2}}}%
  2727. \next}}
  2728. % \internalsetq {foo}{page} expands into
  2729. % CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
  2730. % When the aux file is read, ' is the escape character
  2731. \def\internalsetq #1#2{'xrdef {#1}{\csname #2\endcsname}}
  2732. % Things to be expanded by \internalsetq
  2733. \def\Ypagenumber{\folio}
  2734. \def\Ytitle{\thischapter}
  2735. \def\Ynothing{}
  2736. \def\Ysectionnumberandtype{%
  2737. \ifnum\secno=0 Chapter\xreftie\the\chapno %
  2738. \else \ifnum \subsecno=0 Section\xreftie\the\chapno.\the\secno %
  2739. \else \ifnum \subsubsecno=0 %
  2740. Section\xreftie\the\chapno.\the\secno.\the\subsecno %
  2741. \else %
  2742. Section\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno %
  2743. \fi \fi \fi }
  2744. \def\Yappendixletterandtype{%
  2745. \ifnum\secno=0 Appendix\xreftie'char\the\appendixno{}%
  2746. \else \ifnum \subsecno=0 Section\xreftie'char\the\appendixno.\the\secno %
  2747. \else \ifnum \subsubsecno=0 %
  2748. Section\xreftie'char\the\appendixno.\the\secno.\the\subsecno %
  2749. \else %
  2750. Section\xreftie'char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno %
  2751. \fi \fi \fi }
  2752. \gdef\xreftie{'tie}
  2753. % Use TeX 3.0's \inputlineno to get the line number, for better error
  2754. % messages, but if we're using an old version of TeX, don't do anything.
  2755. \ifx\inputlineno\thisisundefined
  2756.   \let\linenumber = \empty % Non-3.0.
  2757. \else
  2758.   \def\linenumber{\the\inputlineno:\space}
  2759. % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
  2760. % If its value is nonempty, SUFFIX is output afterward.
  2761. \def\refx#1#2{%
  2762.   \expandafter\ifx\csname X#1\endcsname\relax
  2763.     % If not defined, say something at least.
  2764.     $\langle$un\-de\-fined$\rangle$%
  2765.     \ifhavexrefs
  2766.       \message{\linenumber Undefined cross reference `#1'.}%
  2767.     \else
  2768.       \ifwarnedxrefs\else
  2769.         \global\warnedxrefstrue
  2770.         \message{Cross reference values unknown; you must run TeX again.}%
  2771.       \fi
  2772.     \fi
  2773.   \else
  2774.     % It's defined, so just use it.
  2775.     \csname X#1\endcsname
  2776.   \fi
  2777.   #2% Output the suffix in any case.
  2778. % Read the last existing aux file, if any.  No error if none exists.
  2779. % This is the macro invoked by entries in the aux file.
  2780. \def\xrdef #1#2{
  2781. {\catcode`\'=\other\expandafter \gdef \csname X#1\endcsname {#2}}}
  2782. \def\readauxfile{%
  2783. \begingroup
  2784. \catcode `\^^@=\other
  2785. \catcode `\
  2786. =\other
  2787. \catcode `\
  2788. =\other
  2789. \catcode `\^^C=\other
  2790. \catcode `\^^D=\other
  2791. \catcode `\^^E=\other
  2792. \catcode `\^^F=\other
  2793. \catcode `\^^G=\other
  2794. \catcode `\^^H=\other
  2795. \catcode `\
  2796. =\other
  2797. \catcode `\^^L=\other
  2798. \catcode `\
  2799. =\other
  2800. \catcode `\
  2801. =\other
  2802. \catcode `\
  2803. =\other
  2804. \catcode `\
  2805. =\other
  2806. \catcode `\
  2807. =\other
  2808. \catcode `\
  2809. =\other
  2810. \catcode `\
  2811. =\other
  2812. \catcode `\
  2813. =\other
  2814. \catcode `\
  2815. =\other
  2816. \catcode `\
  2817. =\other
  2818. \catcode `\
  2819. =\other
  2820. \catcode `\
  2821. =\other
  2822. \catcode 26=\other
  2823. \catcode `\^^[=\other
  2824. \catcode `\^^\=\other
  2825. \catcode `\^^]=\other
  2826. \catcode `\^^^=\other
  2827. \catcode `\^^_=\other
  2828. \catcode `\@=\other
  2829. \catcode `\^=\other
  2830. \catcode `\~=\other
  2831. \catcode `\[=\other
  2832. \catcode `\]=\other
  2833. \catcode`\"=\other
  2834. \catcode`\_=\other
  2835. \catcode`\|=\other
  2836. \catcode`\<=\other
  2837. \catcode`\>=\other
  2838. \catcode `\$=\other
  2839. \catcode `\#=\other
  2840. \catcode `\&=\other
  2841. % `\+ does not work, so use 43.
  2842. \catcode 43=\other
  2843. % the aux file uses ' as the escape.
  2844. % Turn off \ as an escape so we do not lose on
  2845. % entries which were dumped with control sequences in their names.
  2846. % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^
  2847. % Reference to such entries still does not work the way one would wish,
  2848. % but at least they do not bomb out when the aux file is read in.
  2849. \catcode `\{=1 \catcode `\}=2
  2850. \catcode `\%=\other
  2851. \catcode `\'=0
  2852. \catcode `\\=\other
  2853. \openin 1 \jobname.aux
  2854. \ifeof 1 \else \closein 1 \input \jobname.aux \global\havexrefstrue
  2855. % Open the new aux file.  Tex will close it automatically at exit.
  2856. \openout \auxfile=\jobname.aux
  2857. \endgroup}
  2858. % Footnotes.
  2859. \newcount \footnoteno
  2860. % The trailing space in the following definition for supereject is
  2861. % vital for proper filling; pages come out unaligned when you do a
  2862. % pagealignmacro call if that space before the closing brace is
  2863. % removed.
  2864. \def\supereject{\par\penalty -20000\footnoteno =0 }
  2865. % @footnotestyle is meaningful for info output only..
  2866. \let\footnotestyle=\comment
  2867. \let\ptexfootnote=\footnote
  2868. {\catcode `\@=11
  2869. \long\gdef\footnote #1{\global\advance \footnoteno by \@ne
  2870. \unskip
  2871. \edef\thisfootno{$^{\the\footnoteno}$}%
  2872. \let\@sf\empty
  2873. \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
  2874. \thisfootno\@sf \footnotezzz{#1}}
  2875. % \parsearg\footnotezzz}
  2876. \long\gdef\footnotezzz #1{\insert\footins{
  2877. \interlinepenalty\interfootnotelinepenalty
  2878. \splittopskip\ht\strutbox % top baseline for broken footnotes
  2879. \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  2880. \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  2881. \footstrut\parindent=\defaultparindent\hang\textindent{\thisfootno}#1\strut}}
  2882. }%end \catcode `\@=11
  2883. % Set the baselineskip to #1, and the lineskip and strut size
  2884. % correspondingly.  There is no deep meaning behind these magic numbers
  2885. % used as factors; they just match (closely enough) what Knuth defined.
  2886. \def\lineskipfactor{.1}
  2887. \def\strutheightpercent{.71}
  2888. \def\strutdepthpercent{.29}
  2889. \def\setleading#1{%
  2890.   \baselineskip = #1\relax
  2891.   \normalbaselineskip = \baselineskip
  2892.   \lineskip = \lineskipfactor\baselineskip
  2893.   \setbox\strutbox =\hbox{%
  2894.     \vrule width0pt height\strutheightpercent\baselineskip
  2895.                     depth \strutdepthpercent \baselineskip
  2896. % @| inserts a changebar to the left of the current line.  It should
  2897. % surround any changed text.  This approach does *not* work if the
  2898. % change spans more than two lines of output.  To handle that, we would
  2899. % have adopt a much more difficult approach (putting marks into the main
  2900. % vertical list for the beginning and end of each change).
  2901. \def\|{%
  2902.   % \vadjust can only be used in horizontal mode.
  2903.   \leavevmode
  2904.   % Append this vertical mode material after the current line in the output.
  2905.   \vadjust{%
  2906.     % We want to insert a rule with the height and depth of the current
  2907.     % leading; that is exactly what \strutbox is supposed to record.
  2908.     \vskip-\baselineskip
  2909.     %
  2910.     % \vadjust-items are inserted at the left edge of the type.  So
  2911.     % the \llap here moves out into the left-hand margin.
  2912.     \llap{%
  2913.       %
  2914.       % For a thicker or thinner bar, change the `1pt'.
  2915.       \vrule height\baselineskip width1pt
  2916.       %
  2917.       % This is the space between the bar and the text.
  2918.       \hskip 12pt
  2919.     }%
  2920. % For a final copy, take out the rectangles
  2921. % that mark overfull boxes (in case you have decided
  2922. % that the text looks ok even though it passes the margin).
  2923. \def\finalout{\overfullrule=0pt}
  2924. % End of control word definitions.
  2925. \message{and turning on texinfo input format.}
  2926. \def\openindices{%
  2927.    \newindex{cp}%
  2928.    \newcodeindex{fn}%
  2929.    \newcodeindex{vr}%
  2930.    \newcodeindex{tp}%
  2931.    \newcodeindex{ky}%
  2932.    \newcodeindex{pg}%
  2933. % Set some numeric style parameters, for 8.5 x 11 format.
  2934. %\hsize = 6.5in
  2935. \newdimen\defaultparindent \defaultparindent = 15pt
  2936. \parindent = \defaultparindent
  2937. \parskip 18pt plus 1pt
  2938. \setleading{15pt}
  2939. \advance\topskip by 1.2cm
  2940. % Prevent underfull vbox error messages.
  2941. \vbadness=10000
  2942. % Following George Bush, just get rid of widows and orphans.
  2943. \widowpenalty=10000
  2944. \clubpenalty=10000
  2945. % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
  2946. % using an old version of TeX, don't do anything.  We want the amount of
  2947. % stretch added to depend on the line length, hence the dependence on
  2948. % \hsize.  This makes it come to about 9pt for the 8.5x11 format.
  2949. \ifx\emergencystretch\thisisundefined
  2950.   % Allow us to assign to \emergencystretch anyway.
  2951.   \def\emergencystretch{\dimen0}%
  2952. \else
  2953.   \emergencystretch = \hsize
  2954.   \divide\emergencystretch by 45
  2955. % Use @smallbook to reset parameters for 7x9.5 format  (or else 7x9.25)
  2956. \def\smallbook{
  2957. % These values for secheadingskip and subsecheadingskip are
  2958. % experiments.  RJC 7 Aug 1992
  2959. \global\secheadingskip = 17pt plus 6pt minus 3pt
  2960. \global\subsecheadingskip = 14pt plus 6pt minus 3pt
  2961. \global\lispnarrowing = 0.3in
  2962. \setleading{12pt}
  2963. \advance\topskip by -1cm
  2964. \global\parskip 3pt plus 1pt
  2965. \global\hsize = 5in
  2966. \global\vsize=7.5in
  2967. \global\tolerance=700
  2968. \global\hfuzz=1pt
  2969. \global\contentsrightmargin=0pt
  2970. \global\pagewidth=\hsize
  2971. \global\pageheight=\vsize
  2972. \global\let\smalllisp=\smalllispx
  2973. \global\let\smallexample=\smalllispx
  2974. \global\def\Esmallexample{\Esmalllisp}
  2975. % Use @afourpaper to print on European A4 paper.
  2976. \def\afourpaper{
  2977. \global\tolerance=700
  2978. \global\hfuzz=1pt
  2979. \setleading{12pt}
  2980. \global\parskip 15pt plus 1pt
  2981. \global\vsize= 53\baselineskip
  2982. \advance\vsize by \topskip
  2983. %\global\hsize=   5.85in     % A4 wide 10pt
  2984. \global\hsize=  6.5in
  2985. \global\outerhsize=\hsize
  2986. \global\advance\outerhsize by 0.5in
  2987. \global\outervsize=\vsize
  2988. \global\advance\outervsize by 0.6in
  2989. \global\pagewidth=\hsize
  2990. \global\pageheight=\vsize
  2991. % Define macros to output various characters with catcode for normal text.
  2992. \catcode`\"=\other
  2993. \catcode`\~=\other
  2994. \catcode`\^=\other
  2995. \catcode`\_=\other
  2996. \catcode`\|=\other
  2997. \catcode`\<=\other
  2998. \catcode`\>=\other
  2999. \catcode`\+=\other
  3000. \def\normaldoublequote{"}
  3001. \def\normaltilde{~}
  3002. \def\normalcaret{^}
  3003. \def\normalunderscore{_}
  3004. \def\normalverticalbar{|}
  3005. \def\normalless{<}
  3006. \def\normalgreater{>}
  3007. \def\normalplus{+}
  3008. % This macro is used to make a character print one way in ttfont
  3009. % where it can probably just be output, and another way in other fonts,
  3010. % where something hairier probably needs to be done.
  3011. % #1 is what to print if we are indeed using \tt; #2 is what to print
  3012. % otherwise.  Since all the Computer Modern typewriter fonts have zero
  3013. % interword stretch (and shrink), and it is reasonable to expect all
  3014. % typewriter fonts to have this, we can check that font parameter.
  3015. \def\ifusingtt#1#2{\ifdim \fontdimen3\the\font=0pt #1\else #2\fi}
  3016. % Turn off all special characters except @
  3017. % (and those which the user can use as if they were ordinary).
  3018. % Most of these we simply print from the \tt font, but for some, we can
  3019. % use math or other variants that look better in normal text.
  3020. \catcode`\"=\active
  3021. \def\activedoublequote{{\tt \char '042}}
  3022. \let"=\activedoublequote
  3023. \catcode`\~=\active
  3024. \def~{{\tt \char '176}}
  3025. \chardef\hat=`\^
  3026. \catcode`\^=\active
  3027. \def^{{\tt \hat}}
  3028. \catcode`\_=\active
  3029. \def_{\ifusingtt\normalunderscore\_}
  3030. % Subroutine for the previous macro.
  3031. \def\_{\lvvmode \kern.06em \vbox{\hrule width.3em height.1ex}}
  3032. % \lvvmode is equivalent in function to \leavevmode.
  3033. % Using \leavevmode runs into trouble when written out to
  3034. % an index file due to the expansion of \leavevmode into ``\unhbox
  3035. % \voidb@x'' ---which looks to TeX like ``\unhbox \voidb\x'' due to our
  3036. % magic tricks with @.
  3037. \def\lvvmode{\vbox to 0pt{}}
  3038. \catcode`\|=\active
  3039. \def|{{\tt \char '174}}
  3040. \chardef \less=`\<
  3041. \catcode`\<=\active
  3042. \def<{{\tt \less}}
  3043. \chardef \gtr=`\>
  3044. \catcode`\>=\active
  3045. \def>{{\tt \gtr}}
  3046. \catcode`\+=\active
  3047. \def+{{\tt \char 43}}
  3048. %\catcode 27=\active
  3049. %\def^^[{$\diamondsuit$}
  3050. % Used sometimes to turn off (effectively) the active characters
  3051. % even after parsing them.
  3052. \def\turnoffactive{\let"=\normaldoublequote
  3053. \let~=\normaltilde
  3054. \let^=\normalcaret
  3055. \let_=\normalunderscore
  3056. \let|=\normalverticalbar
  3057. \let<=\normalless
  3058. \let>=\normalgreater
  3059. \let+=\normalplus}
  3060. % Set up an active definition for =, but don't enable it most of the time.
  3061. {\catcode`\==\active
  3062. \global\def={{\tt \char 61}}}
  3063. \catcode`\@=0
  3064. % \rawbackslashxx output one backslash character in current font
  3065. \global\chardef\rawbackslashxx=`\\
  3066. %{\catcode`\\=\other
  3067. %@gdef@rawbackslashxx{\}}
  3068. % \rawbackslash redefines \ as input to do \rawbackslashxx.
  3069. {\catcode`\\=\active
  3070. @gdef@rawbackslash{@let\=@rawbackslashxx }}
  3071. % \normalbackslash outputs one backslash in fixed width font.
  3072. \def\normalbackslash{{\tt\rawbackslashxx}}
  3073. % Say @foo, not \foo, in error messages.
  3074. \escapechar=`\@
  3075. % \catcode 17=0   % Define control-q
  3076. \catcode`\\=\active
  3077. % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
  3078. % That is what \eatinput is for; after that, the `\' should revert to printing 
  3079. % a backslash.
  3080. @gdef@eatinput input texinfo{@fixbackslash}
  3081. @global@let\ = @eatinput
  3082. % On the other hand, perhaps the file did not have a `\input texinfo'. Then
  3083. % the first `\{ in the file would cause an error. This macro tries to fix 
  3084. % that, assuming it is called before the first `\' could plausibly occur.
  3085. @gdef@fixbackslash{@ifx\@eatinput @let\ = @normalbackslash @fi}
  3086. %% These look ok in all fonts, so just make them not special.  The @rm below
  3087. %% makes sure that the current font starts out as the newly loaded cmr10
  3088. @catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
  3089. @textfonts
  3090. @c Local variables:
  3091. @c page-delimiter: "^\\\\message"
  3092. @c End:
  3093.